PHPackages                             elefant/app-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. elefant/app-resque

ActiveElefant-app[Queues &amp; Workers](/categories/queues)

elefant/app-resque
==================

PHP-Resque integration for the Elefant CMS

28[1 issues](https://github.com/jbroadway/resque/issues)PHP

Since Sep 17Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Resque app for Elefant
======================

[](#resque-app-for-elefant)

This is an app that integrates [PHP-Resque](https://github.com/chrisboulton/php-resque)into the Elefant CMS, so you can easily add background tasks to your apps.

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

[](#requirements)

PHP-Resque requires [Redis 2.2+](http://redis.io/) as well as the [PCNTL extension](http://ca1.php.net/manual/en/pcntl.installation.php).

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

[](#installation)

1. Install the app into the `apps/` folder.
2. Copy `apps/resque/conf/config.php` to `conf/app.resque.config.php` and edit the settings there.

Adding jobs to the queue
------------------------

[](#adding-jobs-to-the-queue)

First you need to initialize the app for adding jobs to the queue:

```
