aliyunmq / mq-http-sdk
Aliyun Message Queue(MQ) Http PHP SDK, PHP>=5.5.0
Installs: 305 393
Dependents: 19
Suggesters: 0
Security: 0
Stars: 74
Watchers: 3
Forks: 34
Open Issues: 12
Requires
- php: >=5.5.0
- ext-dom: *
- ext-xmlreader: *
- guzzlehttp/guzzle: >=6.0.0
This package is auto-updated.
Last update: 2024-10-10 10:21:15 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.4" } }
Use Composer to install requires
composer install
Note: php version>=5.5.0, and xml extension of php is required.
Note
- Http consumer only support timer msg (less than 3 days), no matter the msg is produced from http or tcp protocol.
- Order is only supported at special server cluster.