Awesome
cqrs-esb
This package implements the service bus architecture and Command Query Responsibility Segregation (CQRS) principles for php applications. CQRS plays well with Domain Driven Design (DDD) or traditional MVC patterns.
Installation
Installation of malocher\cqrs-esb uses composer. For composer documentation, please refer to getcomposer.org. Add following requirement to your composer.json
"malocher/cqrs-esb" : "1.*"
Iterations
https://github.com/malocher/cqrs-esb/tree/master/iterations/Iteration
Zend Framework 2 Integration
If you want to use malocher/cqrs-esb in a ZF2 project, check out the malocher/zf2-cqrs-module.
Sample Application
You can find a sample application with annotated sourcecode on malocher/zf2-cqrs-sample