wisetaillab / laravel-aws-webhooks
Easy webhook handler for Laravel to catch AWS SNS notifications for various services. (WiseTailLab fork with Laravel 10/11/12 support)
Requires
- illuminate/http: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
- wisetaillab/laravel-sns-events: ^8.1
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:21:22 UTC
README
This is a WiseTailLab fork of renoki-co/laravel-aws-webhooks - an easy webhook handler for Laravel to catch AWS SNS notifications for various services in a more eloquent way.
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 AWS Webhooks leverages wisetaillab/laravel-sns-events (our fork of renoki-co/laravel-sns-events), a package that implements the basic functionalities of SNS HTTP/HTTPS requests, so that you can focus just on handling the event.
🤝 Supporting
Original Work: If you are using the original renoki-co/laravel-aws-webhooks 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 Package:
- Alex Renoki - Original author and maintainer of renoki-co/laravel-aws-webhooks
- Original Contributors
This Fork:
- WiseTailLab - Fork maintainer
- Fork Contributors