Libraries tagged by memcache
phpixie/cache
21118 Downloads
Cache library for PHPixie
dreamfactory/df-cache
43778 Downloads
Cache service for DreamFactory Platform 2.0
winzou/cache-bundle
29086 Downloads
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..
deminy/ninja-mutex
13019 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
davidnineroc/easy-extends
24 Downloads
一个简单快速安装PHP扩展的程序
bnomei/kirby3-boost
2598 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
treasure-chest/treasure-chest
4749 Downloads
A simple key/value store with namespace support and backends for memcached, apc, and more.
philiprehberger/laravel-cache-toolkit
231 Downloads
Standardized cache key builder and tag-aware cache operations for Laravel with graceful fallback for non-tagging drivers
g4/session
59035 Downloads
session php library
avtonom/semaphore-bundle
2879 Downloads
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
yeszao/cache
46 Downloads
General redis and memcache class
vysokeskoly/cache-bundle
10210 Downloads
Provides memcached services with proper usage of connection pool
schickling/laravel-cash
696 Downloads
Simple to use cache layer for your laravel application using memcached & nginx.
nations-original/php-sf-cache
85 Downloads
PSR-16 cache adapters (Redis, Memcached, APCu) with helper functions. Works with Symfony, custom frameworks, and legacy projects.
itxiao6/session
146 Downloads
重写了PHP自带的 SESSION 机制,存储介质支持:本地模式、Memcache、Redis、Mamcached、Xcache,php运行模式支持:LAMP、LNMP、SWOOLE