spatie/blink
spatie/blink is a tiny in-memory cache for PHP apps. Store values for the current request to avoid repeated work like duplicate queries or expensive calculations. Simple API, no persistence—perfect for per-request memoization in Laravel and beyond.
Architecture fit: Blink is designed as an in-memory, process-specific cache for extremely short-lived data (e.g., within a single request). It aligns with Laravel's caching system for ephemeral use cases where data persistence is unnecessary, but it fundamentally lacks distributed caching capabilities. Ideal for single-process scenarios like optimizing repeated database queries during a single HTTP request, but incompatible with multi-instance or cloud-native architectures.
Integration feasibility: Seamless
How can I help you explore Laravel packages today?