Message Bus and CQRS
PHP Message Bus, CQRS, Command Event Query Handlers
In this chapter we will cover process of handling and dispatching Messages with Ecotone. We will discuss topics like Commands, Events and Queries, Message Handlers, Message Buses, Aggregates and Sagas. You may be interested in theory - DDD and CQRS chapter first.
Materials
Demo implementation
Links
Going into CQRS with PHP [Article]
Event Handling in PHP [Article]
Last updated