cache/adapter-common

Common classes for PSR-6 adapters

Maintainers

Package info

github.com/php-cache/adapter-common

Homepage

pkg:composer/cache/adapter-common

Transparency log

Statistics

Installs: 25 838 150

Dependents: 41

Suggesters: 0

Stars: 110

2.0.3 2026-08-19 07:24 UTC

This package is auto-updated.

Last update: 2026-08-19 13:47:17 UTC


README

Latest Stable Version Coverage Software License

This package provides the shared PSR-6 and PSR-16 implementation used by PHP Cache adapters. It also provides reusable tag support.

Application code should install a concrete adapter instead. Adapter authors can install these components directly.

Installation

composer require cache/adapter-common:^2.0

Version 2 requires PHP 8.2 and psr/cache 3. Its PSR-16 API supports psr/simple-cache 2 and 3.

Documentation

Read the PHP Cache documentation to learn about adapters, tags, and hierarchical keys.

Contributing

Send pull requests to the main repository. Report issues on the GitHub issue tracker.