fig/cache-util

Useful utility classes and traits for implementing the PSR cache standard

Package info

github.com/php-fig/cache-util

pkg:composer/fig/cache-util

Statistics

Installs: 60 515

Dependents: 12

Suggesters: 1

Stars: 36

Open Issues: 1

2.0.0 2021-02-08 23:48 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 2966d0f8adb8f95df85a91d0bce96aefaf11faff

cachepsrpsr-6

This package is auto-updated.

Last update: 2026-06-05 01:33:19 UTC


README

👁 Quality Assurance

This package contains a series of traits and base classes to cover the common, boilerplate portions of implementing a PSR-6-compliant cache library.

This package also provides a basic in-memory-only PSR-6 implementation. While not useful for actual use, it serves as a demo-implementation as well as a debugging tool.

This package does not, and will not, provide a complete production-ready PSR-6 implementation. If you are looking for a PSR-6 implementation, consult your friendly local Packagist.org server.

License

This package is released under the MIT license. See LICENSE for details.