https://github.com/prooph/memcached-snapshot-store
Memcached Snapshot Store implementation
https://github.com/prooph/memcached-snapshot-store
cqrs ddd event-sourcing memcached php prooph snapshot-store
Last synced: about 2 months ago
JSON representation
Memcached Snapshot Store implementation
- Host: GitHub
- URL: https://github.com/prooph/memcached-snapshot-store
- Owner: prooph
- License: bsd-3-clause
- Created: 2017-04-08T11:04:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T15:34:34.000Z (almost 7 years ago)
- Last Synced: 2025-07-24T14:53:48.112Z (2 months ago)
- Topics: cqrs, ddd, event-sourcing, memcached, php, prooph, snapshot-store
- Language: PHP
- Homepage: http://getprooph.org
- Size: 38.1 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Prooph Memcached Snapshot Store
[](https://travis-ci.org/prooph/memcached-snapshot-store)
[](https://coveralls.io/github/prooph/memcached-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
Memcached implementation of snapshot store
## Installation
You can install prooph/memcached-snapshot-store via composer by adding `"prooph/memcached-snapshot-store": "^1.0"` as requirement to your composer.json.
## Support
- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at [https://github.com/prooph/memcached-snapshot-store/issues](https://github.com/prooph/memcached-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).