cqrs-php-sandbox icon indicating copy to clipboard operation
cqrs-php-sandbox copied to clipboard

Sandbox to play with DDD/CQRS principle with PHP and Symfony2

Results 2 cqrs-php-sandbox issues
Sort by recently updated
recently updated
newest added

We should separate more efficiently the 4 Layers : - Presentation => Will be Symfony Bundle - Application => List all Command and Handler - Domain => No change -...

enhancement

As we will never edit an event we can use read-only entity

enhancement