mitchdav / sns-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
A library to enable sending and receiving broadcasts to and from SNS topics in Laravel and Lumen.
v5.6.0
2018-02-28 11:21 UTC
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.