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

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

rizeway/job-bundle
==================

A Simple Job Bundle for Symfony 2

21673PHP

Since Oct 24Pushed 13y ago2 watchersCompare

[ Source](https://github.com/youknowriad/RizewayJobBundle)[ Packagist](https://packagist.org/packages/rizeway/job-bundle)[ RSS](/packages/rizeway-job-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

RizewayJobBundle
================

[](#rizewayjobbundle)

A simple job bundle for symfony 2 projects (with doctrine)

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

[](#installation)

1. Add this bundle into your project *composer.json* file:

    ```
    "require": {
      "rizeway/job-bundle": "dev-master"
    },
    ```
2. Update your composer dependancies.

    composer.phar update
3. Register this bundle in your *app/AppKernel.php*

    ```
