Libraries tagged by memecached
laminas/laminas-cache-storage-adapter-memcached
2282421 Downloads
Laminas cache adapter for memcached
humanmade/wordpress-pecl-memcached-object-cache
198200 Downloads
A WordPress object cache that uses the memcached (not memcache) PECL extension.
clickalicious/memcached.php
65401 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
alekseykorzun/memcached-wrapper-php
73080 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
ymigval/laravel-model-cache
3774 Downloads
Laravel package for caching Eloquent model queries
tedivm/stash-bundle
1359764 Downloads
Incorporates the Stash caching library into Symfony.
clickalicious/phpmemadmin
4825 Downloads
phpMemAdmin - Bringing Memcached to the web
cache/psr-6-doctrine-bridge
963996 Downloads
PSR-6 Doctrine bridge
aplus/session
1601574 Downloads
Aplus Framework Session Library
apix/cache
526827 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
391370 Downloads
A memcached HTML page cache for WordPress.
yiisoft/cache-memcached
12483 Downloads
Yii Caching Library - Memcached Handler
ext-memcached
Downloads
cheprasov/php-memcached-tags
115920 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
223353 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.