Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xutl/aliyunmns

阿里云消息服务接口SDK支持composer
https://github.com/xutl/aliyunmns

aliyun aliyun-mns composer message

Last synced: about 2 months ago
JSON representation

阿里云消息服务接口SDK支持composer

Awesome Lists containing this project

README

        

# MNS SDK for PHP
Please refer to http://www.aliyun.com/product/mns and https://docs.aliyun.com/?spm=5176.7393424.9.6.5ki1hv#/pub/mns/api_reference/intro&intro for more API details.

## Samples
You must fulfill the AccessId/AccessKey/AccountID in the example before running.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist xutl/AliyunMNS
```

or add

```
"xutl/AliyunMNS": "~1.3"
```

to the require section of your `composer.json` file.