description |
---|
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.
- Build Symfony and Doctrine ORM Applications with ease [Article]
- Build Laravel Application using DDD and CQRS [Article]
- DDD and Message based communication with Laravel [Article]
- Going into CQRS with PHP [Article]
- Event Handling in PHP [Article]