gregwar/cache
gregwar/cache is a lightweight PHP caching library with a simple API for caching values and function results. Supports multiple backends (filesystem, APC/APCu, memcache), TTL expiration, cache namespaces/prefixes, and easy integration into existing apps.
For Executives: "This lightweight filesystem cache (gregwar/cache) lets us cut database load and costs for read-heavy features—like dashboards or product listings—without adding complexity or infrastructure spend. For example, caching user profiles could reduce API calls by 80%, slashing latency and cloud bills. It’s a no-brainer for quick wins on performance without risking over-engineering."
For Engineering: *"This package gives us a drop-in Laravel-compatible cache driver for filesystem storage, perfect for:
Cache::put() with TTL.
Tradeoff: Slower than Redis (~10–100ms vs. <1ms), but ideal for non-critical paths. Pair it with Laravel’s cache tags for basic invalidation."*How can I help you explore Laravel packages today?