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

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

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

Doctrine driver for Gendoria Command Queue

0.2.2(9y ago)018MITPHPPHP &gt;=5.5.0

Since Oct 26Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (4)Used By (0)

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

[](#command-queue-doctrine-bundle)

[![Build Status](https://camo.githubusercontent.com/b31b4be1e6c1e308807fcbf8c09fe6ac66b55dcae7da7533dc78886f4d999736/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f47656e646f7269612f636f6d6d616e642d71756575652d646f637472696e652d62756e646c652f6d61737465722e737667)](https://travis-ci.org/Gendoria/command-queue-doctrine-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/48b61b06a0aa778c61d66b392536331078040b73ec7c47e96139bed8b2ca3675/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47656e646f7269612f636f6d6d616e642d71756575652d646f637472696e652d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-doctrine-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/b377e02e4eef89e3a96aca887141de0500cb1e1f74bdb7236de772f220ad48da/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f47656e646f7269612f636f6d6d616e642d71756575652d646f637472696e652d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/command-queue-doctrine-bundle/?branch=master)[![Downloads](https://camo.githubusercontent.com/aaca931c85615b158a6681131bca409621163e486e8542221e81f0779c470113/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656e646f7269612f636f6d6d616e642d71756575652d646f637472696e652d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-doctrine-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/8931334639c701c7d5a44e1797d3d5a7e182ae332742bb1a49fb9740f3522fe8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e646f7269612f636f6d6d616e642d71756575652d646f637472696e652d62756e646c652e737667)](https://packagist.org/packages/gendoria/command-queue-doctrine-bundle)

Doctrine driver bundle for [`gendoria/command-queue-bundle`](https://github.com/Gendoria/command-queue-bundle).

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 0: Prerequisites

[](#step-0-prerequisites)

⚠️ Before using this bundle, you should install and configure [`gendoria/command-queue-bundle`](https://github.com/Gendoria/command-queue-bundle) and [`doctrine/doctrine-bundle`](https://github.com/doctrine/DoctrineBundle).

### 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-doctrine-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:

```
