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
- Host: GitHub
- URL: https://github.com/unixslayer/event-store
- Owner: unixslayer
- License: bsd-3-clause
- Created: 2021-01-11T15:42:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T15:27:34.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:38:25.211Z (4 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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