Libraries tagged by webcache
jamm/memory
24559 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
clickalicious/phpmemadmin
4975 Downloads
phpMemAdmin - Bringing Memcached to the web
cache/psr-6-doctrine-bridge
970075 Downloads
PSR-6 Doctrine bridge
aplus/session
1601940 Downloads
Aplus Framework Session Library
apix/cache
528825 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
397708 Downloads
A memcached HTML page cache for WordPress.
divineomega/do-file-cache
1812238 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
13105 Downloads
Yii Caching Library - Memcached Handler
ext-memcached
Downloads
qmegas/memcache-search
52923 Downloads
PHP library to search memcache keys
laminas/laminas-cache-storage-adapter-memcached
2313081 Downloads
Laminas cache adapter for memcached
google/cloud-memcache
12193 Downloads
Memorystore for Memcached Client for PHP
codeception/module-memcache
383960 Downloads
Memcache module for Codeception
clickalicious/memcached.php
66417 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
cheprasov/php-memcached-tags
118092 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.