2017 © Pedro Peláez
 

library aliyun-mns

Unofficial SDK for Aliyun MNS(MQS).

image

ripples/aliyun-mns

Unofficial SDK for Aliyun MNS(MQS).

  • Thursday, October 8, 2015
  • by Ripples
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Aliyun MNS

This is an unofficial SDK for Aliyun MNS (MQS)., (*1)

Thought it work fine, I do not like it at all and may rewrite it when I'm have time., (*2)

Installation

This package can be installed through composer., (*3)

composer require ripples/aliyun-mns

Usage

use Ripples\Aliyun\MNS;

$client = new MNS([
    'accessKeyId' => 'accessKeyId',
    'accessKeySecret' => 'accessKeySecret',
    'accessOwnerId' => 'transformQueueOwner',
    'accessRegion' => 'transformQueueRegion',
    'accessQueue' => 'transformQueueName',
]);

$client->sendMessage([
    'MessageBody' => 'A message.',
    'DelaySeconds' => 0,
    'Priority' => 8
]);

$msg = $client->receiveMessage();

$client->dropMessage([
    'ReceiptHandle' => '1-ODU4OTkzNDU5My0xNDA1ODQ4OTUwLTItOA=='
]);

LICENSE

MIT, (*4)

The Versions

08/10 2015

dev-master

9999999-dev https://github.com/JayvicWen/Aliyun-MNS

Unofficial SDK for Aliyun MNS(MQS).

  Sources   Download

MIT

by Avatar Ripples

aliyun mns mqs

08/10 2015

0.1.1

0.1.1.0 https://github.com/JayvicWen/Aliyun-MNS

Unofficial SDK for Aliyun MNS(MQS).

  Sources   Download

MIT

by Avatar Ripples

aliyun mns mqs

05/09 2015

0.1.0

0.1.0.0 https://github.com/JayvicWen/Aliyun-MNS

Unofficial SDK for Aliyun MNS(MQS).

  Sources   Download

GPL

by Avatar Ripples

aliyun mns mqs