📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.2.0

Log Web API transactions for Magento 2

magestat/module-log-webapi

Logs all REST API transactions in a file. Useful for debugging and monitoring API usage within your Magento 2 store.

32,201
Downloads
Below average
11
GitHub Stars
Below average
6y ago
Last Release
2
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
22 warnings
L0 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.0 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Log Web API transactions for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Log Web API transactions for Magento 2

This extension creates a log file and saves all transactions that are requested through your store's Rest API.

Build Status Packagist Downloads

Installation

Install via composer (recommended)

Run the following command in your Magento 2 root folder:

composer require magestat/module-log-webapi

Using GIT clone

Run the following command in yourMagento 2 root folder:

git clone git@github.com:magestat/magento2-log-webapi.git app/code/Magestat/LogWebapi

Activation

Run the following command in your Magento 2 root folder:

php bin/magento module:enable Magestat_LogWebapi
php bin/magento setup:upgrade

Clear the caches:

php bin/magento cache:clean

Configuration

  1. Go to STORES > Configuration > MAGESTAT > Log Webapi.
  2. Select Enabled option to enable the module.
  3. Expand Settings Tab.
  4. Fill the required fields.

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please open an issue and if we like your idea we will add this feature for free.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.