Download the PHP package uniondrug/mq without Composer
On this page you can find all versions of the php package uniondrug/mq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mq
mq
MQ(
Message Queue
), 即消息队列;模块/服务/业务之间异常通信的中间件。
Producter
- OrderMq
afterAudit
($data
) - 订单审核完成之后afterAuditFailure
($data
) - 订单审核失败之后afterCreated
($data
) - 订单创建完成之后afterCancelled
($data
) - 订单被取消之后afterCompleted
($data
) - 订单支付完成之后
- PromotionMq
afterConsumed
($data
) - 优惠券完成消费之后afterCreated
($data
) - 优惠券创建之后afterLocked
($data
) - 优惠券锁定之后afterUnlock
($data
) - 优惠券解锁之后
- RightsMq
afterActived
($data
) - 权益激活之后afterConsumed
($data
) - 权益消费完成之后afterCreated
($data
) - 权益创建完成之后afterLocked
($data
) - 权益被锁定之后afterUnlock
($data
) - 权益解除锁定之后
Consumer
MQ消费方, 使用
getPayloadBody()
方法获取数据,获取到的数据有以下二种可能的来源
- 自MQ服务器转过的异步POST请求。
- 来自RestfulAPI的Request请求。
All versions of mq with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-phalcon Version ^3.2.0
ext-phalcon Version ^3.2.0
The package uniondrug/mq contains the following files
Loading the files please wait ....