mehr-als-nix / zf-couchbase2
The MehrAlsNix\ZF\Cache\Storage\Adapter\Couchbase adapter stores cache items over the couchbase protocol. It’s using the required PHP extension couchbase which is based on Libcouchbase.
Installs: 6 607
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- ext-couchbase: >=2.0
- zendframework/zend-cache: ~2.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-29 04:52:59 UTC
README
The Couchbase Adapter
The MehrAlsNix\ZF\Cache\Storage\Adapter\Couchbase
adapter stores cache items
over the couchbase protocol. It’s using the required PHP extension couchbase
which is based on Libcouchbase.
This adapter implements the following interfaces:
Zend\Cache\Storage\StorageInterface
Zend\Cache\Storage\FlushableInterface