PHPackages                             graychen/yii2-queue-backend - 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. graychen/yii2-queue-backend

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

graychen/yii2-queue-backend
===========================

Background display queue statistics

v1.0.2(8y ago)46.6k1MITPHP

Since Nov 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Graychen/yii2-queue-backend)[ Packagist](https://packagist.org/packages/graychen/yii2-queue-backend)[ RSS](/packages/graychen-yii2-queue-backend/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (16)Used By (0)

yii2 queue-backend module
=========================

[](#yii2-queue-backend-module)

[![Latest Stable Version](https://camo.githubusercontent.com/7fab58283cb4f514aa0da3b19532feffe48010a0ca2947c45a0913bfef5113d8/68747470733a2f2f706f7365722e707567782e6f72672f677261796368656e2f796969322d71756575652d6261636b656e642f76657273696f6e)](https://packagist.org/packages/graychen/yii2-queue-backend)[![Total Downloads](https://camo.githubusercontent.com/2644afd03581433401f0ddbf0c4bbf27b45813c4e190f3d7d14fb153f69f00ad/68747470733a2f2f706f7365722e707567782e6f72672f677261796368656e2f796969322d71756575652d6261636b656e642f646f776e6c6f616473)](https://packagist.org/packages/graychen/yii2-queue-backend)[![Build Status](https://camo.githubusercontent.com/debed429d7f10d69ff338129eb3d29a623fbaf04d56e1d2c84b4690902b8ba87/68747470733a2f2f7472617669732d63692e6f72672f477261796368656e2f796969322d71756575652d6261636b656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Graychen/yii2-queue-backend)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dc9be8373925aa6525d4b6e04c9363008280181fe855636bf1a000670f92faae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f477261796368656e2f796969322d71756575652d6261636b656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Graychen/yii2-queue-backend/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/856bfce9de7538af8af19c2631a519a15dbe7451a4de9ef9bb8274bbb23013f2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f477261796368656e2f796969322d71756575652d6261636b656e642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Graychen/yii2-queue-backend/?branch=master)[![Build Status](https://camo.githubusercontent.com/91efc03c0a716c199f53c6b60e63005e30189cc6fac109b4a3fc97af67b0e6d3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f477261796368656e2f796969322d71756575652d6261636b656e642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Graychen/yii2-queue-backend/build-status/master)[![StyleCI](https://camo.githubusercontent.com/795948db0c197aba6ad33a5763f1da10a80c0d230f0eaac1220458df1008bb0a/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130393039373230372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/109097207)

This is a background for yii-queue, there are queue statistics, temporary support redis driver

Install by Composer
-------------------

[](#install-by-composer)

`composer install graychen/yii2-queue-backend`

Migrate database
----------------

[](#migrate-database)

### add migrationPath in console file

[](#add-migrationpath-in-console-file)

```
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationPath' => [
             '@graychen/yii2/queue/backend/migrations'
        ],
    ],
],
```

run migration
-------------

[](#run-migration)

```
yii migrate/up --migrationPath=@graychen/yii2/queue/backend/migrations
```

For Backend Module
------------------

[](#for-backend-module)

### Config module in config file

[](#config-module-in-config-file)

```
'queue' => [
    'class' => 'graychen\yii2\queue\backend\Module',
]
```

### after that, visit `https://localhost/admin/queue/default`

[](#after-that-visit-httpslocalhostadminqueuedefault)

[![image](./queue.png)](./queue.png)

ChangeLog
---------

[](#changelog)

[changelog](https://github.com/Graychen/yii2-queue-backend/blob/master/CHANGELOG.md)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% 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 ~12 days

Recently: every ~33 days

Total

13

Last Release

3010d ago

Major Versions

v0.2.7 → v1.0.02018-01-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4189971?v=4)[Graychen](/maintainers/Graychen)[@Graychen](https://github.com/Graychen)

---

Top Contributors

[![Graychen](https://avatars.githubusercontent.com/u/4189971?v=4)](https://github.com/Graychen "Graychen (18 commits)")[![zacksleo](https://avatars.githubusercontent.com/u/3369169?v=4)](https://github.com/zacksleo "zacksleo (10 commits)")

---

Tags

yii2yii2-extension

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/graychen-yii2-queue-backend/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[trntv/yii2-command-bus

Yii2 Command Bus extension

57647.2k8](/packages/trntv-yii2-command-bus)

PHPackages © 2026

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