xutl / aliyunmns
aliyunmsn php sdk
Installs: 3 493
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- guzzlehttp/guzzle: ~6.0
README
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.
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.