prooph / snapshot-memcached-adapter
Snapshot Memcached Adapter for ProophEventStore
Requires
- php: >=5.5
- ext-memcached: >=2.2.0
- beberlei/assert: ~2.0
- prooph/common: ^3.5
- prooph/event-store: ^6.0
Requires (Dev)
- container-interop/container-interop: ^1.1
- fabpot/php-cs-fixer: 1.7.*
- phpunit/phpunit: 4.8.*
- sandrokeil/interop-config: ^1.0
- satooshi/php-coveralls: dev-master
Suggests
- container-interop/container-interop: For usage of provided factories
- sandrokeil/interop-config: For usage of provided factories
Conflicts
This package is auto-updated.
Last update: 2024-10-17 01:39:59 UTC
README
Memcached Adapter for the Snapshot Store
#CAUTION: Support for the adapter will end at 31 December 2017. Use https://github.com/prooph/memcached-snapshot-store instead!
Set Up
How to use the adapter is explained in the prooph/event-store docs.
Interop Factory
Some general notes about how to use interop factories shipped with prooph components can be found in the event store docs.
Use the memcached snapshot adapter factory to set up the adapter. If your IoC container supports callable factories
you can register the factory under a service id of your choice and configure this service id as $config['prooph']['snapshot_store']['adpater']['type'] = <adapter_service_id>
.
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/snapshot-memcached-adapter/issues.
- Say hello in the prooph gitter 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 for the list of dependencies.
License
Released under the New BSD License.