qubus/cache

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

v3.0.1 2023-08-27 01:52 UTC

This package is auto-updated.

Last update: 2024-03-27 03:05:52 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.2+

Install

$ composer require qubus/cache

More Info