2017 © Pedro Peláez
 

library qcloud-cmq

Qcloud CMQ php sdk

image

xutl/qcloud-cmq

Qcloud CMQ php sdk

  • Monday, July 16, 2018
  • by xutl
  • Repository
  • 0 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

qcloud-cmq

这个SDK和阿里云的MNS通用,直接可切换, 支持 同步 异步模式。, (*1)

Build Status License Latest Stable Version Total Downloads, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist xutl/qcloud-cmq

or add, (*5)

"xutl/qcloud-cmq": "~1.0"

to the require section of your composer.json file., (*6)

Use

use XuTL\QCloud\Cmq\Client;

$client = new Client('https://cmq-queue-bj.api.qcloud.com','abcdedgasdf','abcdedgasdf');
$request = new \XuTL\QCloud\Cmq\Requests\ListTopicRequest();
try {
    $response = $client->listTopic($request);
    print_r($response);
} catch (Exception $e) {
    print_r($e->getMessage());
}

For Laravel

xutl/laravel-qcloud-cmq-queue, (*7)

The Versions

16/07 2018

dev-master

9999999-dev

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xutl

sdk qcloud

16/07 2018

1.0.5

1.0.5.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xutl

sdk qcloud

16/07 2018

1.0.4

1.0.4.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xutl

sdk qcloud

11/07 2018

1.0.3

1.0.3.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xutl

sdk qcloud

11/07 2018

1.0.2

1.0.2.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xutl

sdk qcloud

10/07 2018

1.0.1

1.0.1.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

by Avatar xutl

sdk qcloud

10/07 2018

1.0.0

1.0.0.0

Qcloud CMQ php sdk

  Sources   Download

MIT

The Requires

 

by Avatar xutl

sdk qcloud