Anton Sidorov homepage

Bookmark this to keep an eye on my project updates!

Follow me on GitHub

DDD in PHP

Паттерн проектирования DDD.

Примеры:

Framework

PHP

  • 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