PHPackages                             spiritdead/yii2-resque - 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. spiritdead/yii2-resque

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

spiritdead/yii2-resque
======================

Yii2-resque is a Yii2 extension

1.0.7(8y ago)078MITPHP

Since Feb 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/spiritdead/yii2-resque)[ Packagist](https://packagist.org/packages/spiritdead/yii2-resque)[ RSS](/packages/spiritdead-yii2-resque/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

yii2-resque
===========

[](#yii2-resque)

Module yii2 resque

for use this library we need define in the configuration this parameters

(yii2-advanced)

common/config/main.php

```
'components' => [
    ...
    'yiiResque' => [
        'class' => 'spiritdead\yii2resque\components\YiiResque',
        'server' => 'localhost',
        'port' => '6379'
    ],
    ...
],
```

backend/config/main.php and console/config/main.php for use the commands

```
'bootstrap' => [
    ...
    'resque',
    ...
],
'modules' => [
    ...
    'resque' => [
        'class' => 'spiritdead\yii2resque\Module',
        'layout' => '',
        'layoutAlias' => ''
    ],
    ...
],
```

for activate the migrations add this in the console/main.php

```
return [
    ...
    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationNamespaces' => [
                'spiritdead\yii2resque\migrations'
            ],
            //'migrationPath' => null, // allows to disable not namespaced migration completely
        ],
    ],
    ...
];
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~60 days

Recently: every ~102 days

Total

8

Last Release

2986d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3202978?v=4)[Carlos Rodrigues](/maintainers/spiritdead)[@spiritdead](https://github.com/spiritdead)

---

Top Contributors

[![spiritdead](https://avatars.githubusercontent.com/u/3202978?v=4)](https://github.com/spiritdead "spiritdead (33 commits)")

### Embed Badge

![Health badge](/badges/spiritdead-yii2-resque/health.svg)

```
[![Health](https://phpackages.com/badges/spiritdead-yii2-resque/health.svg)](https://phpackages.com/packages/spiritdead-yii2-resque)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M508](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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