https://github.com/chrisharrison/sns-client
A PHP 7 AWS SNS client
https://github.com/chrisharrison/sns-client
Last synced: 5 months ago
JSON representation
A PHP 7 AWS SNS client
- Host: GitHub
- URL: https://github.com/chrisharrison/sns-client
- Owner: chrisharrison
- Created: 2018-03-07T14:48:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T13:56:08.000Z (over 8 years ago)
- Last Synced: 2024-12-30T02:45:22.568Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sns-client
A PHP 7 AWS client.
[](https://travis-ci.org/chrisharrison/sns-client)
[](https://packagist.org/packages/chrisharrison/sns-client)
## Installation ##
Through Composer, obviously:
```
composer require chrisharrison/sns-client
```
## Acknowledgements ##
Inspired by `chrisbarr/AmazonSNS-PHP-API`