Libraries tagged by APCS
doctrine/cache
496130378 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
tedivm/stash
4356878 Downloads
The place to keep your cache.
phpfastcache/phpfastcache
3734839 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
gordalina/cachetool
2902763 Downloads
Manage your OPcache & APCu cache through the CLI
matthiasmullie/scrapbook
1539140 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
clue/term-react
6752673 Downloads
Streaming terminal emulator, built on top of ReactPHP.
sabre/cache
772842 Downloads
Simple cache abstraction layer implementing PSR-16
desarrolla2/cache
2270250 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
apix/cache
503652 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.
tedivm/stash-bundle
1343367 Downloads
Incorporates the Stash caching library into Symfony.
smart-core/accelerator-cache-bundle
1325728 Downloads
Provides a command line task to clear PHP Accelerators cache from the console
codeception/module-apc
288220 Downloads
APC module for Codeception
ornicar/apc-bundle
334404 Downloads
Provides a command line task to clear APC cache from the console
laminas/laminas-cache-storage-adapter-apc
1450673 Downloads
Laminas cache adapter
jamm/memory
22593 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.