Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
rennokki/laravel-sns-events is a Laravel package for laravel sns events eases the processing of incoming sns webhooks using laravel events..
It currently has 134 GitHub stars and 749.112 downloads on Packagist (latest version 7.2.0).
Install it with composer require rennokki/laravel-sns-events.
Discover more Laravel packages by rennokki
or browse all Laravel packages to compare alternatives.
Last updated
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events. It leverages a controller that is made to properly listen to SNS HTTP(s) webhooks and trigger events on which you can handle in Laravel, so you just have to focus on writing your logic to handle the events.
If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with Github Sponsors. 📦
The entire documentation is available on Gitbook 🌍
Run the tests with:
vendor/bin/phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.