lokielse/aliyun-open-api-mns

The MNS SDK for Aliyun OpenAPI

v1.0.2 2016-07-12 05:37 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:29:51 UTC


README

Latest Version on Packagist Software License Total Downloads

The mns SDK for Aliyun OpenAPI

Install

Via Composer

$ composer require lokielse/aliyun-open-api-mns

Usage

$client = new Aliyun\MNS\Client($config['endpoint'], $config['key'], $config['secret']);

/**
 * @see Aliyun\MNS\Queue @queue
 */ 
$queue  = $client->getQueueRef($queueName);
$queue->sendMessage(...);

官方文档

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email lokielse@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.