qubus/cache

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

Maintainers

Package info

github.com/QubusPHP/cache

pkg:composer/qubus/cache

Transparency log

Statistics

Installs: 224

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v4.1.0 2026-08-20 19:32 UTC

This package is auto-updated.

Last update: 2026-08-20 19:32:59 UTC


README

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

Requirements

  • PHP 8.4+
  • The PHP extension required by the selected native backend: apcu, redis, or memcached

Install

$ composer require qubus/cache

More Info