Stars: 131
Forks: 11
Pull Requests: 142
Issues: 8
Watchers: 3
Last Updated: 2023-09-11 01:00:44
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
License: Apache License 2.0
Languages: PHP
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.