PHPackages                             sagacorp/yii2-queue-multi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. sagacorp/yii2-queue-multi

ActiveYii2-extension[Queues &amp; Workers](/categories/queues)

sagacorp/yii2-queue-multi
=========================

Yii2 Queue driver for multi queue

2.0.0(1mo ago)00MITPHPPHP ^8.3CI passing

Since Dec 15Pushed 1mo agoCompare

[ Source](https://github.com/sagacorp/yii2-queue-multi)[ Packagist](https://packagist.org/packages/sagacorp/yii2-queue-multi)[ RSS](/packages/sagacorp-yii2-queue-multi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (6)Used By (0)

Multi queue driver for Yii2 Queue
=================================

[](#multi-queue-driver-for-yii2-queue)

This extension is a [Yii2 Queue](https://github.com/yiisoft/yii2-queue) driver for multi queue component.

Installation
------------

[](#installation)

Install this extension with [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist sagacorp/yii2-queue-multi

```

or add the extension to your composer json.

```
"sagacorp/yii2-queue-multi": "~1.0.0"

```

Basic Usage
-----------

[](#basic-usage)

```
return [
    'components' => [
        'queue' => [
            'class' => \yii\queue\multi\Queue::class,
            'queues' => [
                \yii\queue\multi\Queue::DEFAULT_QUEUE => [
                    'class' => \yii\queue\redis\Queue::class,
                    'redis' => 'redis'
                ],
            ],
        ],
    ],
];
```

The `default` queue is **required**, the you can add as many queues as you want.

When pushing a *Job* to the multi queue, the queue look if the *Job* implement the `QueueAwareJobInterface` interface.

Then it push the *Job* in the right queue.

Isolate mode
------------

[](#isolate-mode)

In case of isolation mode, the jobs are executed on the multi queue directly.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance92

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Total

4

Last Release

38d ago

Major Versions

1.0.2 → 2.0.02026-04-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd80d43497c9baaef809a50b0506350404a5f547340034cad35121f0afe65a03?d=identicon)[sagacorp](/maintainers/sagacorp)

---

Top Contributors

[![achretien](https://avatars.githubusercontent.com/u/5468508?v=4)](https://github.com/achretien "achretien (3 commits)")[![avideau](https://avatars.githubusercontent.com/u/5588393?v=4)](https://github.com/avideau "avideau (1 commits)")

---

Tags

queueyii2yiiyii2-queue

###  Code Quality

Static AnalysisRector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sagacorp-yii2-queue-multi/health.svg)

```
[![Health](https://phpackages.com/badges/sagacorp-yii2-queue-multi/health.svg)](https://phpackages.com/packages/sagacorp-yii2-queue-multi)
```

###  Alternatives

[zhuravljov/yii2-queue-monitor

Yii2 Queue Analytics Module

102203.2k](/packages/zhuravljov-yii2-queue-monitor)[trntv/yii2-command-bus

Yii2 Command Bus extension

57625.1k8](/packages/trntv-yii2-command-bus)[ignatenkovnikita/yii2-queuemanager

Yii2 Queue Manager

2061.8k2](/packages/ignatenkovnikita-yii2-queuemanager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
