beste/in-memory-cache
PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests.
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?