beste/in-memory-cache
Lightweight PSR-6 in-memory cache for PHP. Ideal as a default cache implementation and for fast, dependency-free tests. Supports expirations and can use a PSR-20 clock (e.g. frozen clock) for deterministic time-based behavior.
Dropped support for PHP <8.3
Added support for PHP 8.5
Made clock argument of InMemoryCache constructor explicitly nullable (#4)
Added support for PHP 8.4
The PSR-6 definition on what makes a valid cache key, it is said that keys must support keys consisting of the characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding and a length of up to 64 characters. Implementing libraries MAY support additional characters and encodings or longer lengths, but must support at least that minimum.
-) are now allowed in cache keys.beste/clock library anymore.Initial Release
How can I help you explore Laravel packages today?