wyrihaximus/react-cache-redis
Redis-backed cache adapter for ReactPHP implementing the react/cache interface. Built on clue/reactphp-redis, supports key prefixing, and integrates with async React event loops for fast, non-blocking caching in your applications.
This package is exclusively for ReactPHP-based applications, not Laravel or traditional PHP frameworks. It supports decisions to implement non-blocking Redis caching in event-driven architectures where async I/O is critical (e.g., real-time WebSocket servers, high-throughput APIs). Build vs. Buy: Choosing this over custom implementation saves engineering effort for projects already using ReactPHP’s react/cache interface, avoiding reinvention of a Redis adapter. Use Cases: Ideal for microservices or systems requiring zero-blocking cache operations under high concurrency. Not applicable for synchronous frameworks like Laravel, which use their own Redis drivers (e.g., via Symfony Cache).
react/cache interface, and needs async/non-blocking operations. Validated for PHP 8.4+ and actively maintained (per recent releases)."This MIT-licensed package enables real-time services to handle high concurrency with zero-blocking Redis caching—critical for scaling event-driven architectures like WebSocket servers. However, it is not compatible with Laravel; it's designed exclusively for ReactPHP applications. For Laravel projects, use native Redis drivers or Symfony Cache adapters instead. This package should only be considered if your stack is built on ReactPHP, not traditional PHP frameworks."
How can I help you explore Laravel packages today?