Libraries tagged by APCS
jamm/memory
24307 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
242026 Downloads
Incorporates the Stash caching library into Symfony.
gordalina/cachetool-bundle
78553 Downloads
CacheTool Symfony2 Bundle
matomo/doctrine-cache-fork
511445 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
cache/apc-adapter
52489 Downloads
A PSR-6 cache implementation using apc. This implementation supports tags
lavoiesl/apc-polyfill
38451 Downloads
Tiny script to create APC aliases when APCu is present but APC support is not emulated.
vpg/titon.cache
9542 Downloads
The Titon cache package provides a data caching layer that supports multiple storage engines.
snakano/cache-store
52498 Downloads
provides a generic way to cache any data
popphp/pop-cache
5330 Downloads
Pop Cache Component for Pop PHP Framework
phpixie/cache
20510 Downloads
Cache library for PHPixie
pear2/cache_shm
29452 Downloads
Wrapper for shared memory and locking functionality across different PHP extensions.
dreamfactory/df-cache
40046 Downloads
Cache service for DreamFactory Platform 2.0
positibe/polyfill-apc-php70
17996 Downloads
Positibe polyfill backporting apc_* functions to higher PHP versions
mouf/utils.cache.apc-cache
375187 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.
treasure-chest/treasure-chest
4564 Downloads
A simple key/value store with namespace support and backends for memcached, apc, and more.