PHPackages                             mcfedr/resque-bundle - 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. mcfedr/resque-bundle

Abandoned → [mcfedr/queue-manager-bundle](/?search=mcfedr%2Fqueue-manager-bundle)Symfony-bundle[Queues &amp; Workers](/categories/queues)

mcfedr/resque-bundle
====================

A bundle for resque

4.1.1(9y ago)915.0k2MITPHPPHP &gt;=5.5

Since Jun 4Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mcfedr/resque-bundle)[ Packagist](https://packagist.org/packages/mcfedr/resque-bundle)[ RSS](/packages/mcfedr-resque-bundle/feed)WikiDiscussions master Synced 1w ago

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

Resque Bundle
=============

[](#resque-bundle)

A bundle for managing jobs with php-resque

[![Latest Stable Version](https://camo.githubusercontent.com/bda0135a267dbe28aa57b6c080119af4c175ee0375ff5f5d1bfb75ca251e91cc/68747470733a2f2f706f7365722e707567782e6f72672f6d63666564722f7265737175652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mcfedr/resque-bundle)[![License](https://camo.githubusercontent.com/43aa9dc576c875b824579075cfa846ed88ec25c9354075eb86d97e05e8019240/68747470733a2f2f706f7365722e707567782e6f72672f6d63666564722f7265737175652d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/mcfedr/resque-bundle)[![Build Status](https://camo.githubusercontent.com/3febc75ce3c49a427e8f951c5f255c2c82f51bb0d3340ea18303f65731d7ecc5/68747470733a2f2f7472617669732d63692e6f72672f6d63666564722f7265737175652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mcfedr/resque-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/a5b40b3e927dfc497bc33084242ddc98e3c6a6172bdc8e480b42fd22547e4587/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32326231666234382d356230642d343733372d383032322d3461633037353964353533372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/22b1fb48-5b0d-4737-8022-4ac0759d5537)

Requirements
------------

[](#requirements)

You will need a Redis server

You can try something like

```
apt-get install redis-server

```

Or

```
brew install redis

```

Install
-------

[](#install)

### Composer

[](#composer)

```
php composer.phar require mcfedr/resque-bundle

```

### AppKernel

[](#appkernel)

Include the bundle in your AppKernel

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Mcfedr\ResqueBundle\McfedrResqueBundle(),

```

### Configuration

[](#configuration)

Your configuration should be something like this

```
mcfedr_resque:
    host: 127.0.0.1
    port: 6379
    default_queue: default
    prefix: 'my_app:'

```

#### Options

[](#options)

- `host` - The redis host name
- `port` - The redis port
- `prefix` - The prefix for resque keys in redis - Use this when multiple resque instances are running in a single redis host to separate them completely
- `default_queue` - Name of queue to use if not specified
- `debug` - If set to true no calls to Resque will actually be made
- `track_status` - Set to true to enable job tracking for all jobs

Usage
-----

[](#usage)

1. Your background tasks are services that implement `Mcfedr\ResqueBundle\Worker\WorkerInterface`
2. Use `mcfedr_resque.manager` to put tasks into the queue
3. Run the resque worker

    `VVERBOSE=1 QUEUE=default APP_INCLUDE=app/bootstrap.php.cache PREFIX="my_app:" REDIS_BACKEND=127.0.0.1:6379 ./bin/resque`
4. And optionally the scheduler

    `VVERBOSE=1 PREFIX="my_app:" REDIS_BACKEND=127.0.0.1:6379 ./bin/resque-scheduler`

Tests
-----

[](#tests)

```
./vendor/bin/phpunit

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~58 days

Recently: every ~148 days

Total

19

Last Release

3311d ago

Major Versions

1.1.6 → 2.0.02014-10-09

2.1.1 → 3.0.02015-03-19

3.2.2 → 4.0.02015-09-08

PHP version history (2 changes)1.0.0PHP &gt;=5.5

1.1.0PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/7039999f29a83140d61116032ec1684c752412e458ad1999e15eea2f8808498c?d=identicon)[mcfedr](/maintainers/mcfedr)

---

Top Contributors

[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (46 commits)")[![ahonymous](https://avatars.githubusercontent.com/u/4721334?v=4)](https://github.com/ahonymous "ahonymous (1 commits)")[![ggioffreda](https://avatars.githubusercontent.com/u/711059?v=4)](https://github.com/ggioffreda "ggioffreda (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mcfedr-resque-bundle/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)[amphp/pipeline

Asynchronous iterators and operators.

7432.7M34](/packages/amphp-pipeline)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)

PHPackages © 2026

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