itboye/component_3rd-queue-client

This package is abandoned and no longer maintained. No replacement package was suggested.

3rd queue client for me

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

依赖

Requirements: PHP 5.3 due to the use of namespaces.

Requirements: bcmath and mbstring extensions This library utilizes the bcmath and mbstring PHP extensions. The installation steps vary per PHP version and the underlying OS. The following example shows how to add to an existing PHP installation on Ubuntu 15.10:

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