fleey/aliyun-mns-php-sdk

Aliyun Message and Notification Service SDK for PHP, fleey fix version.

1.1.4 2021-04-26 02:37 UTC

This package is auto-updated.

Last update: 2024-03-26 09:20:52 UTC


README

此包来由:因为aliyun那边已经没有人维护mns sdk php 包,所以只能够自行维护。如您有发现任何此包 bug 均可提交pull request 进行合并修复。

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": {
     "fleey/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