Skip to content

PHP SDK of MNS(Message Service) for Ali Cloud Developer

License

Notifications You must be signed in to change notification settings

andygoo/aliyun-mns-php-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNS SDK for PHP

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

About

PHP SDK of MNS(Message Service) for Ali Cloud Developer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%