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

https://github.com/unixslayer/event-store

Repository implementation for unixslayer/event-sourcing
https://github.com/unixslayer/event-store

Last synced: 3 months ago
JSON representation

Repository implementation for unixslayer/event-sourcing

Awesome Lists containing this project

README

        

# unixslayer/event-store

[![Tests Status][ico-tests]][link-tests]
[![Analyse Status][ico-analysis]][link-analysis]
[![Coverage Status][ico-coverage]][link-coverage]
[![GitHub release (latest by date)][ico-release]][link-release]
[![GitHub][ico-license]](LICENSE.md)

Repository implementation for [unixslayer/event-sourcing](https://github.com/unixslayer/event-sourcing) using [prooph/event-store](https://github.com/prooph/event-store) so if you are not familiar with it, I suggest go ahead and check up.

## Installation

You can install this via Composer by running `composer require unixslayer/event-store` or adding it as requirement to your composer.json

## Usage

`to be described`

## Support

If you find this library useful and use it, feel free to file an issue. Also, PR will be awesome.

[ico-tests]: https://github.com/unixslayer/event-store/actions/workflows/tests.yml/badge.svg
[ico-analysis]: https://github.com/unixslayer/event-store/actions/workflows/static-analysis.yml/badge.svg
[ico-coverage]: https://coveralls.io/repos/unixslayer/event-store/badge.svg?branch=master&service=github
[ico-release]: https://img.shields.io/github/v/release/unixslayer/event-store
[ico-license]: https://img.shields.io/github/license/unixslayer/event-store

[link-tests]: https://github.com/unixslayer/event-store/actions/workflows/tests.yml
[link-analysis]: https://github.com/unixslayer/event-store/actions/workflows/static-analysis.yml
[link-coverage]: https://coveralls.io/github/unixslayer/event-store?branch=master
[link-release]: https://github.com/unixslayer/event-store/releases
[link-license]: LICENSE.md