Skip to content

Tags: GemberPHP/event-sourcing

Tags

0.3.0

Toggle 0.3.0's commit message
Use PSR SimpleCache instead of own Cache interface

PSR can be seen as a standard, therefore it has not much value to abstract this
away as if it would be a external dependency (pragmatic)

0.2.0

Toggle 0.2.0's commit message
Rename 'DomainContext' to 'UseCase'

The naming 'use case' does cover more what the event sourced objects represent.

0.1.0

Toggle 0.1.0's commit message
Small fixes to pass PHPStan