https://github.com/gemberphp/event-sourcing
Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern.
https://github.com/gemberphp/event-sourcing
cqrs dcb ddd domain-driven-design dynamic-consistency-boundary event-sourcing gember
Last synced: about 1 year ago
JSON representation
Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern.
- Host: GitHub
- URL: https://github.com/gemberphp/event-sourcing
- Owner: GemberPHP
- License: mit
- Created: 2024-09-26T12:25:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:32:42.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:41:30.848Z (over 1 year ago)
- Topics: cqrs, dcb, ddd, domain-driven-design, dynamic-consistency-boundary, event-sourcing, gember
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🫚 Gember Event sourcing
[](https://github.com/GemberPHP/event-sourcing/actions)
[](https://scrutinizer-ci.com/g/GemberPHP/event-sourcing/code-structure)
[](https://scrutinizer-ci.com/g/GemberPHP/event-sourcing)
[](LICENSE)
[](http://www.php.net)
_Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern._
## Documentation
- [Background](/docs/background.md)
- [Installation](/docs/installation.md)
- [Usage](/docs/usage.md)
- Library architecture
- Library reference
- Hooking into the library