https://github.com/antidot-framework/event-sourcing
https://github.com/antidot-framework/event-sourcing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antidot-framework/event-sourcing
- Owner: antidot-framework
- License: bsd-2-clause
- Created: 2020-05-09T22:17:58.000Z (about 5 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2023-02-08T10:01:58.000Z (over 2 years ago)
- Last Synced: 2024-12-28T13:50:26.239Z (6 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Antidot Framework Event Sourcing
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]## Getting started
### Installation
````
composer require antidot-fw/event-sourcing
````[ico-version]: https://img.shields.io/packagist/v/antidot-fw/event-sourcing.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-BSD%202--Clause-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/scrutinizer/build/g/antidot-framework/event-sourcing.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/antidot-framework/event-sourcing.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/antidot-framework/event-sourcing.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/antidot-fw/event-sourcing.svg?style=flat-square[link-packagist]: https://packagist.org/packages/antidot-fw/event-sourcing
[link-travis]: https://scrutinizer-ci.com/g/antidot-framework/event-sourcing/
[link-scrutinizer]: https://scrutinizer-ci.com/g/antidot-framework/event-sourcing/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/antidot-framework/event-sourcing/badges/coverage.png?b=master
[link-downloads]: https://packagist.org/packages/antidot-fw/event-sourcing
[link-author]: https://github.com/kpicaza
[link-contributors]: ../../contributors