Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williankeller/magento2-log-webapi
This extension creates log files and save all transactions that are requested through your store's Rest API.
https://github.com/williankeller/magento2-log-webapi
log-webapi magento2 magento2-api magento2-extension magento2-extension-free magento2-module
Last synced: about 2 months ago
JSON representation
This extension creates log files and save all transactions that are requested through your store's Rest API.
- Host: GitHub
- URL: https://github.com/williankeller/magento2-log-webapi
- Owner: williankeller
- License: osl-3.0
- Created: 2018-07-10T20:24:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T15:34:36.000Z (over 4 years ago)
- Last Synced: 2024-10-14T22:10:10.147Z (2 months ago)
- Topics: log-webapi, magento2, magento2-api, magento2-extension, magento2-extension-free, magento2-module
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://travis-ci.org/magestat/magento2-log-webapi.svg?branch=develop)](https://travis-ci.org/magestat/magento2-log-webapi)
[![Packagist](https://img.shields.io/packagist/v/magestat/module-log-webapi.svg)](https://packagist.org/packages/magestat/module-log-webapi)
[![Downloads](https://img.shields.io/packagist/dt/magestat/module-log-webapi.svg)](https://packagist.org/packages/magestat/module-log-webapi)## Installation
### Install via composer (recommended)
Run the following command in your Magento 2 root folder:
```sh
composer require magestat/module-log-webapi
```### Using GIT clone
Run the following command in yourMagento 2 root folder:
```sh
git clone [email protected]:magestat/magento2-log-webapi.git app/code/Magestat/LogWebapi
```## Activation
Run the following command in your Magento 2 root folder:
```sh
php bin/magento module:enable Magestat_LogWebapi
```
```sh
php bin/magento setup:upgrade
```Clear the caches:
```sh
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](https://help.github.com/articles/using-pull-requests).
## Support
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/magestat/magento2-log-webapi/issues).
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.