https://github.com/renoki-co/laravel-sns-events
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
https://github.com/renoki-co/laravel-sns-events
aws hacktoberfest laravel laravel-events laravel-sns-events sns sns-message sns-notification sns-topic subscription
Last synced: 6 months ago
JSON representation
Laravel SNS Events eases the processing of incoming SNS webhooks using Laravel Events.
- Host: GitHub
- URL: https://github.com/renoki-co/laravel-sns-events
- Owner: renoki-co
- License: apache-2.0
- Created: 2019-05-29T15:44:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T01:00:17.000Z (over 1 year ago)
- Last Synced: 2024-08-04T09:07:59.402Z (about 1 year ago)
- Topics: aws, hacktoberfest, laravel, laravel-events, laravel-sns-events, sns, sns-message, sns-notification, sns-topic, subscription
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 132
- Watchers: 3
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Laravel SNS Events
==================
[](https://codecov.io/gh/renoki-co/laravel-sns-events/branch/master)
[](https://github.styleci.io/repos/189254977)
[](https://packagist.org/packages/rennokki/laravel-sns-events)
[](https://packagist.org/packages/rennokki/laravel-sns-events)
[](https://packagist.org/packages/rennokki/laravel-sns-events)
[](https://packagist.org/packages/rennokki/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](https://github.com/sponsors/rennokki). 📦**
[
](https://github-content.renoki.org/github-repo/19)
## 📃 Documentation
[The entire documentation is available on Gitbook 🌍](https://laravel-sns-events.renoki.org/)
## 🐛 Testing
Run the tests with:
``` bash
vendor/bin/phpunit
```## 🤝 Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## 🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.
## 🎉 Credits
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)