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
- Host: GitHub
- URL: https://github.com/prooph/mongodb-snapshot-store
- Owner: prooph
- License: bsd-3-clause
- Created: 2016-12-03T13:06:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T13:46:11.000Z (over 6 years ago)
- Last Synced: 2025-04-24T12:23:19.364Z (about 2 months ago)
- Topics: cqrs, ddd, event-sourcing, mongodb, php, prooph, snapshot-store
- Language: PHP
- Homepage: http://getprooph.org/
- Size: 70.3 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Prooph MongoDB Snapshot Store
[](https://travis-ci.org/prooph/mongodb-snapshot-store)
[](https://coveralls.io/github/prooph/mongodb-snapshot-store?branch=master)
[](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).