wwwision/dcb-eventstore

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

Fund package maintenance!
bwaidelich
Paypal

Installs: 567

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Type:package

3.2.0 2023-09-05 13:09 UTC

This package is auto-updated.

Last update: 2024-04-05 14:54:01 UTC


README

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

The main purpose of this package is to explore the idea, find potential pitfalls and to spread the word. It merely provides interfaces and core models to implement the DCB pattern. To see the pattern "in action", make sure to have a look at the wwwision/dcb-example package. To actually commit events, a corresponding adapter package is required, for example wwwision/dcb-eventstore-doctrine.

Usage

Install via composer:

composer require wwwision/dcb-eventstore

Specification

See Specification.md (work in progress)

Contribution

Contributions in the form of issues, pull requests or discussions are highly appreciated

License

See LICENSE