laravel-sns-events maintained by rennokki
Description
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
Author
Last update
2026/02/02 01:21
(dev-dependabot/github_actions/actions/cache-5.0.3)
License
Downloads
744 486
Tags
Last update
2026/02/02 01:21
License
Require
- illuminate/http ^9.35|^10.5
- illuminate/routing ^9.35|^10.5
- illuminate/support ^9.35|^10.5
- aws/aws-php-sns-message-validator ^1.6
Last update
2026/01/26 01:21
License
Require
- illuminate/http ^9.35|^10.5
- illuminate/routing ^9.35|^10.5
- illuminate/support ^9.35|^10.5
- aws/aws-php-sns-message-validator ^1.6
Last update
2025/12/15 01:01
License
Require
- illuminate/http ^9.35|^10.5
- illuminate/routing ^9.35|^10.5
- illuminate/support ^9.35|^10.5
- aws/aws-php-sns-message-validator ^1.6
Last update
2023/04/01 13:44
License
Require
- aws/aws-php-sns-message-validator ^1.6
- illuminate/http ^9.35|^10.5
- illuminate/routing ^9.35|^10.5
- illuminate/support ^9.35|^10.5
Last update
2023/04/01 13:44
License
Require
- illuminate/http ^9.35|^10.5
- illuminate/routing ^9.35|^10.5
- illuminate/support ^9.35|^10.5
- aws/aws-php-sns-message-validator ^1.6
Last update
2022/02/09 22:37
License
Require
- illuminate/http ^8.83|^9.0.1
- illuminate/routing ^8.83|^9.0.1
- illuminate/support ^8.83|^9.0.1
- aws/aws-php-sns-message-validator ^1.6
Last update
2021/11/13 11:15
License
Require
- illuminate/http ^7.30|^8.23
- illuminate/routing ^7.30|^8.23
- illuminate/support ^7.30|^8.23
- aws/aws-php-sns-message-validator ^1.6
Last update
2021/07/17 20:56
License
Require
- illuminate/http ^7.30|^8.23
- illuminate/routing ^7.30|^8.23
- illuminate/support ^7.30|^8.23
- aws/aws-php-sns-message-validator ^1.6
Last update
2021/01/20 09:30
License
Require
- illuminate/http ^7.30|^8.23
- illuminate/routing ^7.30|^8.23
- illuminate/support ^7.30|^8.23
- aws/aws-php-sns-message-validator ^1.6
Last update
2020/11/20 09:46
License
Require
- illuminate/http ^7.0|^8.0
- illuminate/routing ^7.0|^8.0
- illuminate/support ^7.0|^8.0
- aws/aws-php-sns-message-validator ^1.6
Last update
2020/10/22 18:49
License
Require
- php ^7.1
- illuminate/http ^6.0|^7.0|^8.0
- illuminate/routing ^6.0|^7.0|^8.0
- illuminate/support ^6.0|^7.0|^8.0
- aws/aws-php-sns-message-validator ^1.6
Last update
2020/09/07 07:04
License
Require
- laravel/framework ^6.0|^7.0|^8.0
- aws/aws-php-sns-message-validator ^1.6
Last update
2020/08/05 11:21
License
Require
- illuminate/support ^6.0|^7.0
- aws/aws-php-sns-message-validator ^1.6
Last update
2020/08/05 10:48
License
Require
- illuminate/support ^6.0|^7.0
- aws/aws-php-sns-message-validator ^1.6
Laravel SNS Events
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.
🤝 Supporting
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. 📦
📃 Documentation
The entire documentation is available on Gitbook 🌍
🐛 Testing
Run the tests with:
vendor/bin/phpunit
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.