wisetaillab / laravel-sns-events
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
Requires
- aws/aws-php-sns-message-validator: ^1.6
- illuminate/http: ^10.0|^11.0|^12.0
- illuminate/routing: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-07-31 13:22:07 UTC
README
This is a WiseTailLab fork of renoki-co/laravel-sns-events - Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
Fork Purpose: This fork is maintained by WiseTailLab to provide enhanced Laravel version support (10, 11, 12) and additional features needed for our projects.
Laravel SNS Events 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.
🤝 Supporting
Original Work: If you are using the original renoki-co/laravel-sns-events package, please consider supporting Renoki Co. on Github Sponsors. 📦
This Fork: This fork is maintained by WiseTailLab for our internal projects and the Laravel community.
📃 Documentation
The entire documentation is available on Gitbook 🌍
🐛 Testing
vendor/bin/phpunit
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please create an issue in this repository or contact WiseTailLab.
🎉 Credits
- Original Author: Alex Renoki
- Fork Maintainer: WiseTailLab
- All Contributors