qubus/cache

PHP cache library with adapters for Memcached, Redis, Filesystem, APCu and In Memory.

v4.0.1 2025-08-31 05:21 UTC

This package is auto-updated.

Last update: 2025-08-31 05:21:53 UTC


README

PHP cache library with adapters for Memcached, Redis, Filesystem, APCu and In Memory. Memcached, Redis, or APCu PHP extensions must be installed before using their adapters.

Requirements

  • PHP 8.4+

Install

$ composer require qubus/cache

More Info