Download the PHP package mix/delayer-client without Composer
On this page you can find all versions of the php package mix/delayer-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mix/delayer-client
More information about mix/delayer-client
Files in mix/delayer-client
Download mix/delayer-client
More information about mix/delayer-client
Files in mix/delayer-client
Vendor mix
Package delayer-client
Short Description 延迟队列中间件 Delayer 的 PHP 客户端
License Apache-2.0
Homepage https://github.com/mix-basic/delayer-client-php
Package delayer-client
Short Description 延迟队列中间件 Delayer 的 PHP 客户端
License Apache-2.0
Homepage https://github.com/mix-basic/delayer-client-php
Please rate this library. Is it a good library?
Informations about the package delayer-client
Delayer PHP 客户端
客户端使用非常简单,提供了 push
、pop
、bPop
、remove
四个方法操作任务。
安装
通过 Composer 安装使用:
Example
push
方法
放入一个任务。
pop
方法
取出一个到期的任务。
bPop
方法
阻塞取出一个到期的任务。
remove
方法
移除一个未到期的任务。
License
Apache License Version 2.0, http://www.apache.org/licenses/
All versions of delayer-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package mix/delayer-client contains the following files
Loading the files please wait ....