Libraries tagged by zencache
cache/psr-6-doctrine-bridge
954161 Downloads
PSR-6 Doctrine bridge
aplus/session
1600794 Downloads
Aplus Framework Session Library
apix/cache
523615 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
humanmade/batcache
380230 Downloads
A memcached HTML page cache for WordPress.
divineomega/do-file-cache
1775904 Downloads
DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
yiisoft/cache-memcached
11685 Downloads
Yii Caching Library - Memcached Handler
ext-memcached
Downloads
qmegas/memcache-search
49283 Downloads
PHP library to search memcache keys
php-memcached/php-memcached
32 Downloads
memcached extension based on libmemcached library
laminas/laminas-cache-storage-adapter-memcached
2229228 Downloads
Laminas cache adapter for memcached
google/cloud-memcache
8117 Downloads
Memorystore for Memcached Client for PHP
codeception/module-memcache
363276 Downloads
Memcache module for Codeception
clickalicious/memcached.php
63483 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
cheprasov/php-memcached-tags
112805 Downloads
MemcachedTags for PHP is a mechanism for adding tags to keys in Memcached. It is very useful, if you need to select or delete some keys by tags. And tags are really useful for group invalidation.
cheprasov/php-memcached-lock
220196 Downloads
MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.