01Includes detailed checklists for auditing event stores, projections, and aggregate consistency boundaries.
02Assists in building scalable read models (projections) with proper stream position tracking.
03Provides PHP 8.4 implementation patterns for immutable domain events and event-sourced aggregates.
04Offers guidance on event versioning and schema evolution to prevent breaking changes in production.
0545 GitHub stars
06Detects common architectural violations like non-idempotent projections or missing event metadata.