PHPackages                             gendoria/command-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. gendoria/command-queue-bundle

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

gendoria/command-queue-bundle
=============================

Symfony bundle for Command Queue

0.2.1(9y ago)02732MITPHPPHP &gt;=5.5.0

Since Oct 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Gendoria/command-queue-bundle)[ Packagist](https://packagist.org/packages/gendoria/command-queue-bundle)[ RSS](/packages/gendoria-command-queue-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (14)Versions (3)Used By (2)

Command Queue Bundle
====================

[](#command-queue-bundle)

[![Build Status](https://camo.githubusercontent.com/33ee53dd69a83c85232db4e1103508f0542ee96ebc8c7256c1f0a85ecd13ea93/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f47656e646f7269612f636f6d6d616e642d71756575652d62756e646c652f6d61737465722e737667)](https://travis-ci.org/Gendoria/command-queue-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9ee76ade273d6cf51ecb57608dd292670b319e026c54fd18956e079a1dd0c365/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47656e646f7269612f636f6d6d616e642d71756575652d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/615363647f79de4fbd3a971b6c0eecdd30e1c1d00869a6494c53fcac075b2300/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f47656e646f7269612f636f6d6d616e642d71756575652d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-bundle/?branch=master)[![Downloads](https://camo.githubusercontent.com/4dbb42b5dbb276f5e53ba82d7af201765dbd3500e0fa11d7a22da71a0d08eda9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656e646f7269612f636f6d6d616e642d71756575652d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/947ed91074e214c954045920f5a2e9e2b33b4b9300af8acad3af8e670845dd31/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e646f7269612f636f6d6d616e642d71756575652d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-bundle)

Bundle implementing command queue mechanism, making it possible to send command from main Symfony process and execute them using pools of backend workers using [`gendoria/command-queue` library](https://github.com/Gendoria/command-queue).

Bundle created in cooperation with [Isobar Poland](http://www.isobar.com/pl/).

[![Isobar Poland](doc/images/isobar.jpg "Isobar Poland logo")](doc/images/isobar.jpg)

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 gendoria/command-queue-bundle "~0.2.0"
```

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:

```
