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

Abandoned → [resquebundle/resque](/?search=resquebundle%2Fresque)ArchivedSymfony-bundle[Queues &amp; Workers](/categories/queues)

php-resque/resque-bundle
========================

PHP Resque bundle

325[2 issues](https://github.com/php-resque/resque-bundle/issues)PHP

Since Jan 13Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#resque-bundle)

Resque for the Symfony Framework.

Build Status: [![Build Status](https://camo.githubusercontent.com/88c3871815ee0852021a35ce74f5a8522a042406e779fc9b8e773faea30fa923/68747470733a2f2f6170692e7472617669732d63692e6f72672f7068702d7265737175652f7265737175652d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/php-resque/resque-bundle)

This bundle brings you [PHP Resque](https://github.com/php-resque/resque) and all of it's features, plus the following:

- Job targets can be services.
- Commands to easily manage your background queue.
- **!** Ability to defer jobs to `kernel.terminate`, for when you're not quite ready for managing background workers.
- **!** Optional ability to map job targets to specific queues. So you can avoid littering the application with queue names.

It however, currently adds the complication that your background workers will need to halt/reload for application changes.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require php-resque/resque-bundle "dev-master"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
