amsoell/shopify-webhooks

Validate and optionally log incoming Shopify webhooks

v1.0.0 2023-09-05 10:06 UTC

This package is auto-updated.

Last update: 2024-04-29 15:21:04 UTC


README

Latest Version on Packagist Total Downloads Tests

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.