wizardweb / wizard-rmq-http-php
Wizard Aliyun RMQ Http PHP SDK, PHP>=5.5.0
v1.0.1
2020-11-16 05:52 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: >=6.0.0
This package is auto-updated.
Last update: 2025-03-16 18:06:14 UTC
README
Alyun MQ Documents: http://www.aliyun.com/product/ons
Aliyun MQ Console: https://ons.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": { "aliyunmq/mq-http-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
V1.0.0 Samples
V1.0.1 Samples
Note for 1.0.1: Http consumer only support timer msg(less than 3 days), no matter the msg is produced from http or tcp protocal.