xutl/aliyunmns

阿里云MNS PHP SDK

1.3.6 2018-09-15 08:43 UTC

This package is auto-updated.

Last update: 2024-09-11 02:29:39 UTC


README

请参考http://www.aliyun.com/product/mnshttps://docs.aliyun.com/?spm=5176.7393424.9.6.5ki1hv#/pub/mns/api_reference/intro&intro以获取更多API详细信息。

示例

在运行示例之前,您必须填写AccessId/AccessKey/AccountID。

安装

安装此扩展的首选方式是通过Composer

运行以下命令:

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

或者将以下内容添加到您的composer.json文件的require部分:

"xutl/AliyunMNS": "~1.3"

to the require section of your composer.json file.