Download the PHP package limingxinleo/x-swoole-queue without Composer
On this page you can find all versions of the php package limingxinleo/x-swoole-queue. 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 x-swoole-queue
Swoole Queue Library
安装
composer require limingxinleo/x-swoole-queue
基本使用办法
消息队列使用
载入消费队列的方法
启动我们的消息队列
$job = new TestJob('upgrade by test job, when the queue push it!');
$queue = new Queue();
$queue->push($job);
All versions of x-swoole-queue with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-swoole Version >=1.10
limingxinleo/x-console-color Version ^1.0
limingxinleo/x-support-file Version ^1.0
limingxinleo/x-redis Version ^1.0
psr/log Version ^1.0
ext-swoole Version >=1.10
limingxinleo/x-console-color Version ^1.0
limingxinleo/x-support-file Version ^1.0
limingxinleo/x-redis Version ^1.0
psr/log Version ^1.0
The package limingxinleo/x-swoole-queue contains the following files
Loading the files please wait ....