https://github.com/renoki-co/laravel-aws-webhooks
Easy webhook handler for Laravel to catch AWS SNS notifications for various services.
https://github.com/renoki-co/laravel-aws-webhooks
aws cloudwatch controller hacktoberfest laravel laravel-aws-webhooks package php sns sns-notifications sns-topic webhooks
Last synced: 6 months ago
JSON representation
Easy webhook handler for Laravel to catch AWS SNS notifications for various services.
- Host: GitHub
- URL: https://github.com/renoki-co/laravel-aws-webhooks
- Owner: renoki-co
- License: apache-2.0
- Created: 2020-07-22T15:21:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T08:50:33.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:04:52.772Z (6 months ago)
- Topics: aws, cloudwatch, controller, hacktoberfest, laravel, laravel-aws-webhooks, package, php, sns, sns-notifications, sns-topic, webhooks
- Language: PHP
- Homepage:
- Size: 119 KB
- Stars: 71
- Watchers: 3
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Laravel AWS Webhooks
====================
[](https://codecov.io/gh/renoki-co/laravel-aws-webhooks/branch/master)
[](https://github.styleci.io/repos/281713043)
[](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)Laravel AWS Webhooks is an easy webhook handler for Laravel to catch AWS SNS notifications for various services in a more eloquent way.
Laravel AWS Webhooks leverages [renoki-co/laravel-sns-events](https://github.com/renoki-co/laravel-sns-events), a package that implements the basic functionalities of SNS HTTP/HTTPS requests, so that you can focus just on handing the event.
## 🤝 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/35)
## 📃 Documentation
[The entire documentation is available on Gitbook 🌍](https://laravel-sns-events.renoki.org/aws-webhooks/introduction)
## 🐛 Testing
``` 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)