Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T11:28:17.000Z (about 2 months ago)
- Last Synced: 2024-11-08T12:28:31.782Z (about 2 months ago)
- Topics: cqrs, dcb, ddd, domain-driven-design, dynamic-consistency-boundary, event-sourcing, gember
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🫚 Gember Event sourcing
[![Build Status](https://scrutinizer-ci.com/g/GemberPHP/event-sourcing/badges/build.png?b=main)](https://github.com/GemberPHP/event-sourcing/actions)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/GemberPHP/event-sourcing.svg?style=flat)](https://scrutinizer-ci.com/g/GemberPHP/event-sourcing/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/GemberPHP/event-sourcing.svg?style=flat)](https://scrutinizer-ci.com/g/GemberPHP/event-sourcing)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
[![PHP Version](https://img.shields.io/badge/php-%5E8.3-8892BF.svg?style=flat)](http://www.php.net)_Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern._
- [Background](/docs/background.md)
- Installation
- Library architecture
- A simple example
- Library reference
- Hooking into the library