sysentive / magento2-logsnag
Magento 2 LogSnag Plugin allows stores owners to send order events to LogSnag (event tracking tool) and receive push notifications when order is placed, shipped, etc.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.0.20
- magento/module-sales: >=100.0.16
Requires (Dev)
This package is auto-updated.
Last update: 2025-04-28 04:26:06 UTC
README
Magento 2 LogSnag Plugin allows stores owners to send order events to LogSnag (event tracking tool) and receive push notifications when order is placed, shipped, etc.
Roadmap
Warning This is work in progress. We are building this in public.
- Configuration in admin
- Send new order event
- Add to packagist
- Allow toggle parser text/markdown
- Add "Test event" button in config
- Add logs to debug/monitor
- Send new shipment event
- Send out of stock event
- Push stats to LogSnag Insights
1. How to install Magento 2 LogSnag extension
Install module via composer (recommend)
We recommend you to install Sysentive_LogSnag module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root folder.
1.1 Install
composer require sysentive/magento2-logsnag
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update sysentive/magento2-logsnag
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your are in Production mode:
php bin/magento setup:di:compile
Install Package from copy-paste package
Download the latest version from this repo and upload files to app/code/Sysentive/LogSnag
in your Magento folder.
php bin/magento module:enable Sysentive_LogSnag
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Use Cases
- Send a push notification to your phone when an order is placed on Magento 2
- Get a notification when an order is placed on Magento 2
- Track when an order is placed on Magento 2
Support Us
At the moment, the best way of supporting us it to use this extension and contribute to the issues, bug reports and discussions here at our GitHub repo.
If you'd like to support us a little more, then you could always...
License
Licensed under the MIT license.