PHPackages                             helthe/cqrs-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. [Framework](/categories/framework)
4. /
5. helthe/cqrs-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

helthe/cqrs-bundle
==================

Helthe CQRS bundle for Symfony 2

018PHP

Since Sep 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/helthe/CQRSBundle)[ Packagist](https://packagist.org/packages/helthe/cqrs-bundle)[ RSS](/packages/helthe-cqrs-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helthe CQRS Bundle [![Build Status](https://camo.githubusercontent.com/ef513675ca59d12eaac9fcc71fd1ed7aaa3ed5668c92e133c4f7a50a363ccaf3/68747470733a2f2f7472617669732d63692e6f72672f68656c7468652f4351525342756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/helthe/CQRSBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/50bc8372bb1854cdab85f2167b2f3a5d311cef9856e1399aaed9edf8f1bbdead/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68656c7468652f4351525342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/helthe/CQRSBundle/?branch=master)
========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#helthe-cqrs-bundle--)

Helthe CQRS Bundle integrates the [Helthe CQRS Component](https://github.com/helthe/CQRS)with your Symfony2 application.

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

[](#installation)

### Step 1: Add package requirement in Composer

[](#step-1-add-package-requirement-in-composer)

#### Manually

[](#manually)

Add the following in your `composer.json`:

```
{
    "require": {
        // ...
        "helthe/cqrs-bundle": "dev-master"
    }
}
```

#### Using the command line

[](#using-the-command-line)

```
$ composer require 'helthe/cqrs-bundle=dev-master'
```

### Step 2: Register the bundle in the kernel

[](#step-2-register-the-bundle-in-the-kernel)

```
