prooph / memcached-snapshot-store
Memcached Snapshot Store Implementation
Requires
- php: ^7.1
- ext-memcached: ^3.0
- prooph/snapshot-store: ^1.3
Requires (Dev)
- malukenho/docheader: ^0.1.4
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^6.0
- prooph/bookdown-template: ^0.2.3
- prooph/php-cs-fixer-config: ^0.2.1
- psr/container: ^1.0
- sandrokeil/interop-config: ^2.0.1
- satooshi/php-coveralls: ^1.0
- sebastian/comparator: ^1.2.2
Suggests
- prooph/pdo-event-store: ^1.0 For usage with MySQL or Postgres as event store
- prooph/snapshotter: ^2.0 Taking snapshots with ease
- psr/container: ^1.0 for usage of provided factories
- sandrokeil/interop-config: ^2.0.1 for usage of provided factories
Conflicts
- sandrokeil/interop-config: <2.0.1
This package is auto-updated.
Last update: 2024-10-17 02:55:35 UTC
README
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
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.
- File issues at https://github.com/prooph/memcached-snapshot-store/issues.
- Say hello in the prooph gitter 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.