io-digital / google-pub-sub
Google Pub Sub Package
1.1
2016-04-19 15:09 UTC
Requires
- php: ~5.5|~7.0
- google/apiclient: ^2.0.0@RC
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: >=4.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-15 20:02:47 UTC
README
Library for Laravel to use the Google PubSub Methods
Install
Via Composer
$ composer require io-digital/google-pub-sub
Usage
$googlePubSubHandler = new PubSubHandler();
OR
Dependency Inject: PubSubHandler
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email ian@io.co.za instead of using the issue tracker.
Credits
- [Ian van der Merwe][https://github.com/ianvdmerwe]
- All Contributors
License
The MIT License (MIT). Please see License File for more information.