gember / event-sourcing
Let go of the Aggregate - EventSourcing in PHP with DCB (Dynamic Consistency Boundary)
dev-main
2024-10-07 17:30 UTC
Requires
- php: ^8.3
Requires (Dev)
- captainhook/captainhook: ^5.23
- friendsofphp/php-cs-fixer: ^3.64
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.3
- rector/rector: ^1.2
- rregeer/phpunit-coverage-check: ^0.3.1
- shipmonk/composer-dependency-analyser: ^1.7
This package is auto-updated.
Last update: 2024-11-07 17:37:47 UTC
README
Work in progress
Let go of the Aggregate - EventSourcing in PHP with DCB (Dynamic Consistency Boundary).
Implementation of an event store based on the example project Example Event Sourcing DCB PHP.