Libraries tagged by cache PSR-16
slick/cache
2331 Downloads
Cache component for Slick Framework
s3b4stian/simple-cache
2811 Downloads
Common interfaces for simple caching with strict typing
ngsoft/cache
220 Downloads
A PSR-6/PSR-16/React/Laravel/Doctrine cache implementation that supports OPCache, APCu, Doctrine, Illuminate or any PSR-6/16 implementations and can chain them all.
neat/cache
1182 Downloads
Neat Cache components
mindplay/simple-cache
759 Downloads
Replacement PSR-16 package, correctly type-hinted for PHP 5.3+
koded/cache-simple
7578 Downloads
A PSR-16 caching library with support for several caching technologies. Supports JSON data caching in Redis.
contempt/cache
22 Downloads
Typed cache contracts, stampede protection and PSR-6/PSR-16 adapters.
cloud-castle/cache
47 Downloads
Кэш для PHP 8.1+: PSR-16 и PSR-6 из одного пакета, remember со stampede-защитой (XFetch), теги с O(1)-инвалидацией, пространства имён, цепочки L1/L2, LRU-лимит, нативные счётчики с сохранением TTL, статистика, prune, детерминированный TTL в тестах (PSR-20). Бэкенды: память, файлы с атомарной записью, Redis и Memcached; безопасная сериализация (белые списки классов, HMAC-подпись). Нулевые тяжёлые зависимости.
amne/simple-cache-layers
338 Downloads
PSR16 implementation that reads and writes to a layered cache built from other PSR16 implementations
alpipego/awp-cache
443 Downloads
Psr-16 WordPress caching
yahyaerturan/settings
11 Downloads
Framework-agnostic, typed settings engine for PHP 8.5+. Resolves persistent per-scope overrides over application defaults, with provenance, strict validation and an optional PSR-16 cache.
juanchosl/simplecache
167 Downloads
A small collection of read/write for multiples cache systems using PSR-16
vaibhavpandeyvpz/godam
995 Downloads
A modern, PSR-6 and PSR-16 compliant caching library for PHP 8.2+ with support for multiple storage backends.
manychois/php-strong
30 Downloads
A utility library for PHP to help you write strong-typed code.
iprodev/php-easycache
462 Downloads
PHP EasyCache is a lightweight, multi-backend (APCu/Redis/File/PDO) with SWR caching library that speeds up repeated API calls with thread‑safe writes, per‑key TTLs, automatic cleanup, key sanitization, and optional compression.