The mns SDK for Aliyun OpenAPI
Via Composer
$ composer require lokielse/aliyun-open-api-mns
$client = new Aliyun\MNS\Client($config['endpoint'], $config['key'], $config['secret']);
/**
* @see Aliyun\MNS\Queue @queue
*/
$queue = $client->getQueueRef($queueName);
$queue->sendMessage(...);
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.