This bundle unleashes the Command-Query-Responsibility-Segregation pattern on Symfony applications.
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],
// ...
];