Libraries tagged by memcached
php-memcached/php-memcached
759 Downloads
memcached extension based on libmemcached library
ymigval/laravel-model-cache
6289 Downloads
Laravel package for caching Eloquent model queries
tedivm/stash-bundle
1361787 Downloads
Incorporates the Stash caching library into Symfony.
clickalicious/phpmemadmin
4966 Downloads
phpMemAdmin - Bringing Memcached to the web
cache/psr-6-doctrine-bridge
969660 Downloads
PSR-6 Doctrine bridge
aplus/session
1601908 Downloads
Aplus Framework Session Library
apix/cache
528717 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
397281 Downloads
A memcached HTML page cache for WordPress.
yiisoft/cache-memcached
13049 Downloads
Yii Caching Library - Memcached Handler
laminas/laminas-cache-storage-adapter-memcached
2311377 Downloads
Laminas cache adapter for memcached
clickalicious/memcached.php
66373 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
achttienvijftien/wp-memcached
52056 Downloads
The real Memcached (not Memcache) backend for the WP Object Cache
ext-memcached
Downloads
cheprasov/php-memcached-tags
117992 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
225455 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.