malocher/cqrs-esb

PHP CQRS ESB Framework

1.0.1 2019-01-02 12:21 UTC

This package is not auto-updated.

Last update: 2024-04-14 20:47:46 UTC


README

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