https://github.com/phauthentic/event-store
Event Store Abstraction for the Event Sourcing Library https://github.com/phauthentic/event-sourcing
https://github.com/phauthentic/event-store
cqrs event-sourcing library solid solid-principles
Last synced: 5 months ago
JSON representation
Event Store Abstraction for the Event Sourcing Library https://github.com/phauthentic/event-sourcing
- Host: GitHub
- URL: https://github.com/phauthentic/event-store
- Owner: Phauthentic
- License: mit
- Created: 2023-01-11T22:16:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T20:02:01.000Z (almost 2 years ago)
- Last Synced: 2025-09-27T00:40:13.447Z (9 months ago)
- Topics: cqrs, event-sourcing, library, solid, solid-principles
- Language: PHP
- Homepage: https://github.com/phauthentic/event-sourcing
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Store
**⚠ Do not use it in production!⚠ This is still in development!**
This is an event store abstraction for the [Phauthentic Event Sourcing Library](https://github.com/phauthentic/event-sourcing).
## Installation
```sh
composer require phauthentic/event-store
```
## Documentation
Please start by reading [documentation](/docs/Index.md) in this repository.
## License
Copyright Florian Krämer
Licensed under the [MIT license](license.txt).