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)
Installs: 397
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 21
pkg:composer/wisetaillab/laravel-aws-webhooks
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
- dev-master
- 8.1.1
- 8.0.1
- 8.0.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.0.1
- 4.0.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.1.0
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-pr-117
- dev-dependabot/composer/orchestra/testbench-tw-8.23.2
- dev-dependabot/github_actions/codecov/codecov-action-4.4.1
- dev-dependabot/composer/phpunit/phpunit-tw-10.5.20
- dev-dependabot/github_actions/actions/cache-4.0.2
This package is auto-updated.
Last update: 2025-10-01 00:11:19 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