Download the PHP package pfinal/queue without Composer
On this page you can find all versions of the php package pfinal/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor pfinal
Package queue
Short Description The PFinal queue package.
License MIT
Homepage http://www.pfinal.cn
Package queue
Short Description The PFinal queue package.
License MIT
Homepage http://www.pfinal.cn
Please rate this library. Is it a good library?
Informations about the package queue
Queue
一个简单易用的PHP队列组件
使用composer 安装
使用示例
代码中没有调用 $job->delete() 或 $job->release() 的情况下,job执行完后(无论是否报错),都会自动执行 $job->release(),一直持续达到 --tries 指定的最大次数
在代码中调用了 $job->release() 时,不受 --tries 限制
命令行监听
database驱动需要的表:
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
pfinal/container Version >=1.1
symfony/console Version 2.*
jeremeamia/superclosure Version *
symfony/process Version 2.*
pfinal/container Version >=1.1
symfony/console Version 2.*
jeremeamia/superclosure Version *
symfony/process Version 2.*
The package pfinal/queue contains the following files
Loading the files please wait ....