Skip to content

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.