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 year ago
JSON representation

Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern.

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._

## Documentation

- [Background](/docs/background.md)
- [Installation](/docs/installation.md)
- [Usage](/docs/usage.md)
- Library architecture
- Library reference
- Hooking into the library