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

web-frameworkasync
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.

use yii\queue\Queue;

Push a job to the queue.

use yii\queue\Queue; $queue = new Queue(); $queue->push(new SomeJob());
Debug
Known footguns
gotchaRequires Yii2 framework and proper configuration for each driver.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
Resources