Description
We provide scripts for benchmarking zend-cache using the
PHPBench framework; these can be
found in the benchmark/ directory.
To execute the benchmarks you can run the following command:
Zend Cache alternatives and similar libraries
Based on the "Caching" category.
Alternatively, view Zend Cache alternatives based on common mentions on social networks and blogs.
-
scrapbook
PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top. -
APIx Cache
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache tagging and indexing. -
Cake Cache
[READ-ONLY] Easy to use Caching library with support for multiple caching backends. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Zend Cache or a related project?
README
zend-cache
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-cache.
Zend\Cache
provides a general cache system for PHP. The Zend\Cache
component
is able to cache different patterns (class, object, output, etc) using different
storage adapters (DB, File, Memcache, etc).
- File issues at https://github.com/zendframework/zend-cache/issues
- Documentation is at https://docs.zendframework.com/zend-cache/
Benchmarks
We provide scripts for benchmarking zend-cache using the
PHPBench framework; these can be
found in the benchmark/
directory.
To execute the benchmarks you can run the following command:
$ vendor/bin/phpbench run --report=aggregate