Libraries tagged by memcached
alekseykorzun/memcached-wrapper-php
71897 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
php-memcached/php-memcached
80 Downloads
memcached extension based on libmemcached library
ymigval/laravel-model-cache
2308 Downloads
Laravel package for caching Eloquent model queries
tedivm/stash-bundle
1357748 Downloads
Incorporates the Stash caching library into Symfony.
clickalicious/phpmemadmin
4678 Downloads
phpMemAdmin - Bringing Memcached to the web
cache/psr-6-doctrine-bridge
958652 Downloads
PSR-6 Doctrine bridge
aplus/session
1601137 Downloads
Aplus Framework Session Library
apix/cache
525331 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
385772 Downloads
A memcached HTML page cache for WordPress.
yiisoft/cache-memcached
12034 Downloads
Yii Caching Library - Memcached Handler
laminas/laminas-cache-storage-adapter-memcached
2253023 Downloads
Laminas cache adapter for memcached
achttienvijftien/wp-memcached
42318 Downloads
The real Memcached (not Memcache) backend for the WP Object Cache
ext-memcached
Downloads
cheprasov/php-memcached-tags
114366 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
221782 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.