aliyun/aliyun-mns-php-sdk

Aliyun Message and Notification Service SDK for PHP, PHP>=5.5.0

1.1.0 2019-06-14 04:35 UTC

This package is auto-updated.

Last update: 2024-03-27 07:28:32 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.

Samples

Queue Sample Topic Sample