DDD in PHP
Паттерн проектирования DDD.
Примеры:
Framework
- Event
- https://event.thephpleague.com/3.0/usage/
- Event Sourcing
- Event Bus
- is an important element in communication between Write and Read models. Event Bus is a mechanism which enables communication between different components, which not necessarily know about each other.
- Event Store (MongoDB, Doctrine DBAL - Doctrine Database Abstraction Layer - MySQL, PgSQL..)
- CQRS
- https://tsh.io/blog/cqrs-event-sourcing-php/
- prooph 2019
- Broadway
- Command
- Read Model