Registry / web-framework / yiisoft-yii2-queue

yiisoft-yii2-queue

JSON →
library2.3.8phppackagistunverified

Yii2 Queue Extension which supports queues based on DB, Redis, RabbitMQ, Beanstalk, SQS, and Gearman

composer require yiisoft/yii2-queue
INSTALL
IMPORT
SIG · YIISOFT-YII2-QUEUE
Y
yiisoft-yii2-queue
web-frameworkphpv2.3.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Queue
use yii\queue\Queue;

Push a job to the queue.

use yii\queue\Queue; $queue = new Queue(); $queue->push(new SomeJob());
Debug
Known issues
gotchaRequires Yii2 framework and proper configuration for each driver.
fix
Configure the queue component in your Yii2 application config.
affects: >=2.0.0
Upgrade
Version history
2.3.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
Resources
yiisoft-yii2-queue — pip install yiisoft-yii2-queue · libregistry