An open API service indexing awesome lists of open source software.

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

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