An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sns-client

A PHP 7 AWS client.

[![Build Status](https://travis-ci.org/chrisharrison/sns-client.svg)](https://travis-ci.org/chrisharrison/sns-client)
[![Version](https://img.shields.io/packagist/v/chrisharrison/sns-client.svg)](https://packagist.org/packages/chrisharrison/sns-client)

## Installation ##

Through Composer, obviously:

```
composer require chrisharrison/sns-client
```

## Acknowledgements ##

Inspired by `chrisbarr/AmazonSNS-PHP-API`