amsoell / shopify-webhooks
Validate and optionally log incoming Shopify webhooks
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
Middleware to validate incoming Shopify webhooks and optionally log them.
Installation
composer require amsoell/shopify-webhooks
Usage
Register the Amsoell\ShopifyWebhooks\Middleware\ValidateShopifyWebhooks middleware to the routes that handle incoming Shopify Webhooks.
To log all validated webhooks, update the config file at config/shopify-webhooks.php
to specify the logging driver and level.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ams@amsoell.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.