lishelun/mq-http-php-sdk
最新稳定版本:v1.0.6
Composer 安装命令:
composer require lishelun/mq-http-php-sdk
包简介
Aliyun Message Queue(MQ) Http PHP SDK, PHP>=5.5.0
README 文档
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.
Samples (github)
Samples (code.aliyun.com)
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-29