Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 10 hours 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T01:00:17.000Z (9 months ago)
- Last Synced: 2024-08-04T09:07:59.402Z (3 months 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
==================![CI](https://github.com/renoki-co/laravel-sns-events/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/renoki-co/laravel-sns-events/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/laravel-sns-events/branch/master)
[![StyleCI](https://github.styleci.io/repos/189254977/shield?branch=master)](https://github.styleci.io/repos/189254977)
[![Latest Stable Version](https://poser.pugx.org/rennokki/laravel-sns-events/v/stable)](https://packagist.org/packages/rennokki/laravel-sns-events)
[![Total Downloads](https://poser.pugx.org/rennokki/laravel-sns-events/downloads)](https://packagist.org/packages/rennokki/laravel-sns-events)
[![Monthly Downloads](https://poser.pugx.org/rennokki/laravel-sns-events/d/monthly)](https://packagist.org/packages/rennokki/laravel-sns-events)
[![License](https://poser.pugx.org/rennokki/laravel-sns-events/license)](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 [email protected] instead of using the issue tracker.
## 🎉 Credits
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)