mitchdav / sns-laravel
A library to enable sending and receiving broadcasts to and from SNS topics in Laravel and Lumen.
Installs: 1 638
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 4
Forks: 10
Open Issues: 9
Requires
- aws/aws-php-sns-message-validator: ^1.2
- aws/aws-sdk-php: ~3.0
- illuminate/broadcasting: 5.6.*
- illuminate/console: 5.6.*
- illuminate/notifications: 5.6.*
- illuminate/routing: 5.6.*
- illuminate/support: 5.6.*
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2023-08-19 19:26:01 UTC
README
This library provides a Laravel and Lumen broadcast driver for the AWS SNS platform.
Using this library, you can send and receive broadcasts to and from SNS topics.
Please see the wiki for installation and usage details.