Libraries tagged by menucache
yiisoft/cache-memcached
8571 Downloads
Yii Caching Library - Memcached Handler
ext-memcached
Downloads
qmegas/memcache-search
41440 Downloads
PHP library to search memcache keys
kuikui/memcache-service-provider
28172 Downloads
Memcache integration for Silex.
codeception/module-memcache
316977 Downloads
Memcache module for Codeception
clickalicious/memcached.php
58010 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
cheprasov/php-memcached-tags
103549 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
210645 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.
cache/memcache-adapter
305564 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
alekseykorzun/memcached-wrapper-php
62017 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
mheap/silex-memcache
83233 Downloads
Memcache extension for Silex
laminas/laminas-cache-storage-adapter-memcache
1490767 Downloads
Laminas cache adapter for memcache
robinn/phpcacheadmin
465 Downloads
A web dashboard for your favorite caching system.
matomo/doctrine-cache-fork
402831 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
jamm/memory
22593 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.