PHPackages                             eo/job-queue-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. eo/job-queue-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

eo/job-queue-bundle
===================

Allows to schedule Symfony2 console commands as jobs.

39.0k3[3 issues](https://github.com/eymengunay/EoJobQueueBundle/issues)PHP

Since Oct 31Pushed 8y ago3 watchersCompare

[ Source](https://github.com/eymengunay/EoJobQueueBundle)[ Packagist](https://packagist.org/packages/eo/job-queue-bundle)[ RSS](/packages/eo-job-queue-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

EoJobQueueBundle
================

[](#eojobqueuebundle)

[![Dependencies Status](https://camo.githubusercontent.com/06af843722ca4ee3a12576f9aa1268ee962817fe1869c587e2e8532c8fab2115/68747470733a2f2f6432786973687470316f6a6c6b302e636c6f756466726f6e742e6e65742f642f39353434313134)](http://depending.in/eymengunay/EoJobQueueBundle)

Mongodb ODM implementation for [JMSJobQueueBundle](http://jmsyst.com/bundles/JMSJobQueueBundle) which allows to schedule Symfony2 console commands as jobs.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+

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

[](#installation)

### Step 1: Download EoJobQueueBundle using composer

[](#step-1-download-eojobqueuebundle-using-composer)

Add EoJobQueueBundle in your composer.json:

```
{
    "require": {
        "eo/job-queue-bundle": "dev-master"
    }
}

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update eo/job-queue-bundle

```

Composer will install the bundle to your project's vendor/eo directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
