qubus/cache

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

Installs: 118

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/qubus/cache

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

This package is auto-updated.

Last update: 2025-09-30 23:25:17 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