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

Statistics

Installs: 148

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v4.0.2 2025-09-30 23:24 UTC

This package is auto-updated.

Last update: 2026-03-01 00:36:50 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