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

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

Awesome Lists containing this project

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