Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.18 KB

File metadata and controls

31 lines (21 loc) · 1.18 KB

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.

Build Status Coverage Status

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