gember / event-sourcing
Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern.
dev-main
2024-11-08 15:17 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
- scrutinizer/ocular: ^1.9
- shipmonk/composer-dependency-analyser: ^1.7
This package is auto-updated.
Last update: 2024-11-08 15:17:40 UTC
README
Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern.
- Background
- Installation
- Library architecture
- A simple example
- Library reference
- Hooking into the library