https://github.com/treehouselabs/event-sourcing
Event sourcing library
https://github.com/treehouselabs/event-sourcing
Last synced: 5 months ago
JSON representation
Event sourcing library
- Host: GitHub
- URL: https://github.com/treehouselabs/event-sourcing
- Owner: treehouselabs
- License: mit
- Created: 2016-09-05T15:09:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T12:13:50.000Z (about 9 years ago)
- Last Synced: 2025-08-11T20:42:23.950Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome_cqrs - GitHub - treehouselabs/event-sourcing: Event sourcing library
README
# 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]
Event sourcing library
Plays well with the following TreeHouse Libraries.
* [Event Store][link-event-store]
* [Domain][link-domain]
* [Command Handling][link-command-handling]
* [Message bus][link-message-bus]
* [Serialization][link-serialization]
## Installation
```sh
composer require treehouselabs/event-sourcing
```
## Testing
```bash
composer test
```
## Security
If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Credits
- [Jeroen Fiege][link-fieg]
- [Mark van Duijker][link-mvanduijker]
- [Marco Janssen][link-marcojanssen]
- [All Contributors][link-contributors]
[ico-version]: https://img.shields.io/packagist/v/treehouselabs/event-sourcing.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/treehouselabs/event-sourcing/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/treehouselabs/event-sourcing.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/treehouselabs/event-sourcing.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/treehouselabs/event-sourcing.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/treehouselabs/event-sourcing
[link-travis]: https://travis-ci.org/treehouselabs/event-sourcing
[link-scrutinizer]: https://scrutinizer-ci.com/g/treehouselabs/event-sourcing/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/treehouselabs/event-sourcing
[link-downloads]: https://packagist.org/packages/treehouselabs/event-sourcing
[link-author]: https://github.com/treehouselabs
[link-contributors]: ../../contributors
[link-fieg]: https://github.com/fieg
[link-mvanduijker]: https://github.com/mvanduijker
[link-marcojanssen]: https://github.com/marcojanssen
[link-event-store]: https://github.com/treehouselabs/event-store
[link-domain]: https://github.com/treehouselabs/domain
[link-serialization]: https://github.com/treehouselabs/serialization
[link-command-handling]: https://github.com/treehouselabs/command-handling
[link-message-bus]: https://github.com/treehouselabs/message-bus