Skip to content

prooph/snapshot-memcached-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snapshot-memcached-adapter

Memcached Adapter for the Snapshot Store

Build Status Coverage Status Gitter

#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

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.