Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 10 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T08:50:33.000Z (5 months ago)
- Last Synced: 2024-08-10T21:49:19.846Z (3 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: 72
- Watchers: 4
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Laravel AWS Webhooks
====================![CI](https://github.com/renoki-co/laravel-aws-webhooks/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/renoki-co/laravel-aws-webhooks/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/laravel-aws-webhooks/branch/master)
[![StyleCI](https://github.styleci.io/repos/281713043/shield?branch=master)](https://github.styleci.io/repos/281713043)
[![Latest Stable Version](https://poser.pugx.org/renoki-co/laravel-aws-webhooks/v/stable)](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[![Total Downloads](https://poser.pugx.org/renoki-co/laravel-aws-webhooks/downloads)](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[![Monthly Downloads](https://poser.pugx.org/renoki-co/laravel-aws-webhooks/d/monthly)](https://packagist.org/packages/renoki-co/laravel-aws-webhooks)
[![License](https://poser.pugx.org/renoki-co/laravel-aws-webhooks/license)](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 [email protected] instead of using the issue tracker.
## 🎉 Credits
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)