Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xutl/aliyunmns
- Owner: xutl
- Created: 2017-02-20T06:50:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T08:43:47.000Z (over 6 years ago)
- Last Synced: 2024-11-17T18:06:35.333Z (about 2 months ago)
- Topics: aliyun, aliyun-mns, composer, message
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.