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

https://github.com/prooph/mongodb-snapshot-store

MongoDB Snapshot Store implementation
https://github.com/prooph/mongodb-snapshot-store

cqrs ddd event-sourcing mongodb php prooph snapshot-store

Last synced: about 1 month ago
JSON representation

MongoDB Snapshot Store implementation

Awesome Lists containing this project

README

        

# Prooph MongoDB Snapshot Store

[![Build Status](https://travis-ci.org/prooph/mongodb-snapshot-store.svg?branch=master)](https://travis-ci.org/prooph/mongodb-snapshot-store)
[![Coverage Status](https://coveralls.io/repos/prooph/mongodb-snapshot-store/badge.svg?branch=master&service=github)](https://coveralls.io/github/prooph/mongodb-snapshot-store?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)

## Overview

MongoDB implementation of snapshot store

## Installation

You can install prooph/mongodb-snapshot-store via composer by adding `"prooph/mongodb-snapshot-store": "^1.0"` as requirement to your composer.json.

## Requirements

- PHP 7.1
- MongoDB >= 3.4
- PHP MongoDB Extension

## Support

- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at [https://github.com/prooph/mongodb-snapshot-store/issues](https://github.com/prooph/mongodb-snapshot-store/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 plugins 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.

## License

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