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 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.*"
https://github.com/malocher/cqrs-esb/tree/master/iterations/Iteration
If you want to use malocher/cqrs-esb in a ZF2 project, check out the malocher/zf2-cqrs-module.
You can find a sample application with annotated sourcecode on malocher/zf2-cqrs-sample