qfz9527 / aliyun-mns-php-sdk
Aliyun Message and Notification Service SDK for PHP, PHP>=5.5.0
dev-master
2024-02-23 08:49 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: >=6.0.0
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2025-03-23 11:05:58 UTC
README
Aliyun MNS Documents: https://www.aliyun.com/product/mns
Aliyun MNS Console: https://mns.console.aliyun.com
Intall Composer
To install composer by following commands, or see composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Install & Use
Add require to your composer.json
{ "require": { "aliyun/aliyun-mns-php-sdk": ">=1.0.0" } }
Use Composer to install requires
composer install
Note: php version>=5.5.0, and xml extension of php is required.