itboye/component_3rd-queue-client

此包已被放弃且不再维护。未建议替代包。

第三方队列客户端

v2.0.1 2019-10-25 09:44 UTC

This package is auto-updated.

Last update: 2021-07-06 07:25:32 UTC


README

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads License

依赖

要求:PHP 5.3,由于使用了命名空间。

要求:bcmath 和 mbstring 扩展。此库利用了 bcmath 和 mbstring PHP 扩展。安装步骤因 PHP 版本和底层操作系统而异。以下示例展示了如何在 Ubuntu 15.10 上向现有 PHP 安装添加

sudo apt-get install php7.0-mbstring
sudo apt-get install php7.0-bcmath