Skip to content

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

License

Notifications You must be signed in to change notification settings

yannissgarra/cqrs-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebmunkeezCQRSBundle

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],
    // ...
];

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages