rennokki / laravel-sns-events
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
Fund package maintenance!
rennokki
Installs: 614 396
Dependents: 2
Suggesters: 0
Security: 0
Stars: 132
Watchers: 3
Forks: 16
Open Issues: 6
Type:package
Requires
- 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
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^7.23|^8.1.1
- phpunit/phpunit: ^9.5.26
- dev-master
- 7.2.0
- 7.1.0
- 7.0.0
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.1
- 6.0.0
- 5.1.0
- 5.0.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.1
- 3.0.0
- 2.0.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-dependabot/composer/phpunit/phpunit-tw-10.4.2
- dev-dependabot/composer/orchestra/testbench-tw-8.14.0
- dev-dependabot/github_actions/actions/checkout-4.1.1
- dev-dependabot/github_actions/actions/cache-3.3.2
This package is auto-updated.
Last update: 2024-10-30 01:39:21 UTC
README
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.