Libraries tagged by cache ttl
juneym/zf2-cache-mongo
1295 Downloads
ZF2 cache storage compatible library using MongoDB's TTL collection
stefangabos/zebra_cache
41 Downloads
A lightweight and flexible PHP caching library with support for file, Redis, and Memcached storage backends.
seworqs/commons-cache
1 Downloads
A lightweight PSR-16 cache manager with multi-namespace support, configurable Symfony adapters, and TTL handling.
julienlinard/php-cache
178 Downloads
Système de cache moderne et sécurisé pour PHP 8+ avec support de multiples drivers (File, Redis, Memcached, Array), tags, TTL et invalidation
groupbuy/hyperf-memory-cache
13 Downloads
Hyperf Swoole Table based local L1 memory cache with annotation-driven AOP, single-flight and TTL jitter
brynforum/api-cache
7 Downloads
Server-side response caching for Flarum's API. Configure regex-pattern rules with per-rule TTLs to short-circuit expensive endpoints (top-poster widgets, statistics aggregations, etc.) before they touch the database.
bentools/redis-psr6-ttl-aware-adapter
190 Downloads
Override of Symfony PSR6 cache RedisAdapter, retrieving expiration on an existing item.
nael_d/cachex
24 Downloads
Cachex: A high-performance PHP caching library with support for multiple drivers, tags, and namespaces.
melia/object-storage
32 Downloads
Lightweight PHP file-based object store with UUID persistence, lazy-loading references, in-memory cache, file locking, safe mode, and a simple viewer UI.
lytecache/lytecache
1 Downloads
Redis-like caching with zero infrastructure -- an embedded, SQLite-backed cache for PHP and Laravel.
c14r/laravel-data-store
2 Downloads
A flexible polymorphic key-value storage system for Laravel with namespaces, TTL support, and nested data structures
aftandilmmd/laravel-cacheable
7 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.