Gember Event Sourcing¶
Use case driven Event Sourcing for PHP — let go of the Aggregate with the Dynamic Consistency Boundary (DCB) pattern.
Overview¶
Gember Event Sourcing is a PHP library that takes a different approach to event sourcing by using use cases as the primary building block instead of aggregates. This allows for more flexible consistency boundaries and avoids the common "fat aggregate" problem.
Quick links¶
- Background — Why this library exists
- Installation — Get up and running
- Getting Started — Build your first example
- How It Works — Understand the core concepts
- Usage — Detailed usage guide