PHPackages                             boltconcepts/bdev-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. boltconcepts/bdev-cqrs-bundle

Abandoned → [beberlei/lite-cqrs](/?search=beberlei%2Flite-cqrs)Symfony-bundle[Framework](/categories/framework)

boltconcepts/bdev-cqrs-bundle
=============================

Bundle for CQRS in symfony2

017PHP

Since Mar 11Pushed 13y ago1 watchersCompare

[ Source](https://github.com/boltconcepts/BDevCQRSBundle)[ Packagist](https://packagist.org/packages/boltconcepts/bdev-cqrs-bundle)[ RSS](/packages/boltconcepts-bdev-cqrs-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

BDevCQRSBundle
==============

[](#bdevcqrsbundle)

Enables CQRS for Symfony2 application based on [LiteCQRS for PHP](https://github.com/beberlei/litecqrs-php) by [Benjamin Eberlei](http://www.whitewashing.de/).

This bundle extends the LiteCQRS Symfony bundle with a different command bus and some useful plugins.

[![Build Status](https://camo.githubusercontent.com/4a6c51e1a77d3660c9f6dccf3d2c96a8d662f7841e64ba589ea6dc7298fabb0e/68747470733a2f2f7472617669732d63692e6f72672f626f6c74636f6e63657074732f424465764351525342756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/boltconcepts/BDevCQRSBundle)

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

[](#installation)

### Composer

[](#composer)

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

```

### Register the bundle

[](#register-the-bundle)

```
