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

https://github.com/prooph/snapshotter

Take aggregate snapshots with ease
https://github.com/prooph/snapshotter

ddd event-sourcing php prooph snapshots snapshotter

Last synced: 10 months ago
JSON representation

Take aggregate snapshots with ease

Awesome Lists containing this project

README

          

# snapshotter

Snapshot tool for the prooph event-store

Take aggregate snapshots with ease

[![Build Status](https://travis-ci.com/prooph/snapshotter.svg?branch=master)](https://travis-ci.com/prooph/snapshotter)
[![Coverage Status](https://coveralls.io/repos/prooph/snapshotter/badge.svg?branch=master&service=github)](https://coveralls.io/github/prooph/snapshotter?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/prooph/improoph)

## Important

This library will receive support until December 31, 2019 and will then be deprecated.

For further information see the official announcement here: [https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html](https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html)

## Support

- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at [https://github.com/prooph/snapshotter/issues](https://github.com/prooph/snapshotter/issues).
- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) chat.

## Contribute

Please feel free to fork and extend existing or add new features and send a pull request with your changes!
To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

## Dependencies

Please refer to the project [composer.json](composer.json) for the list of dependencies.

## License

Released under the [New BSD License](LICENSE).