Libraries tagged by APCS
jamm/memory
24714 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.
ezsystems/stash-bundle
245617 Downloads
Incorporates the Stash caching library into Symfony.
gordalina/cachetool-bundle
79089 Downloads
CacheTool Symfony2 Bundle
matomo/doctrine-cache-fork
541125 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
mouf/utils.cache.apc-cache
376237 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
cache/apc-adapter
52690 Downloads
A PSR-6 cache implementation using apc. This implementation supports tags
lavoiesl/apc-polyfill
39650 Downloads
Tiny script to create APC aliases when APCu is present but APC support is not emulated.
vpg/titon.cache
10487 Downloads
The Titon cache package provides a data caching layer that supports multiple storage engines.
snakano/cache-store
52822 Downloads
provides a generic way to cache any data
popphp/pop-cache
5556 Downloads
Pop Cache Component for Pop PHP Framework
phpixie/cache
20719 Downloads
Cache library for PHPixie
pear2/cache_shm
30257 Downloads
Wrapper for shared memory and locking functionality across different PHP extensions.
ihor/cachalot
27930 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
dreamfactory/df-cache
40982 Downloads
Cache service for DreamFactory Platform 2.0
winzou/cache-bundle
29003 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..