webmunkeez/cqrs-bundle

Command-Query-Responsibility-Segregation pattern made for Symfony.

Maintainers

Package info

github.com/yannissgarra/cqrs-bundle

Type:symfony-bundle

pkg:composer/webmunkeez/cqrs-bundle

Statistics

Installs: 136

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0


README

This bundle unleashes the Command-Query-Responsibility-Segregation pattern on Symfony applications.

Installation

Use Composer to install this bundle:

$ composer require webmunkeez/cqrs-bundle

Add the bundle in your application kernel:

// config/bundles.php

return [
    // ...
    Webmunkeez\CQRSBundle\WebmunkeezCQRSBundle::class => ['all' => true],
    // ...
];