desmart / event-sourcing
Event Sourcing package
Installs: 74
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ^5.2
This package is not auto-updated.
Last update: 2024-11-07 01:49:10 UTC
README
Package provides set of interfaces and traits for implementing event sourcing mechanism.
Installation
To install the package via Composer, simply run the following command:
composer require desmart/event-sourcing
Integrations
There is Laravel package that implements event sourcing mechanism using this set of interfaces and traits.
License
Package is released under the MIT License (MIT). Please, check LICENSE for more details.