bayfrontmedia / php-cache
A PSR-6 cache implementation which supports tags, metadata, hit counters, locking, and more.
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bayfrontmedia/php-cache
Requires
- php: >=8.0
- ext-redis: *
- bayfrontmedia/php-array-helpers: ^2.2
- bayfrontmedia/php-string-helpers: ^2.3
- psr/cache: ^3.0
Suggests
- ext-zlib: Required for GZIP compression
This package is auto-updated.
Last update: 2026-01-13 11:26:04 UTC
README
A PSR-6 cache implementation which supports tags, metadata, hit counters, locking, and more.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP >= 8.0
- PHP extension: Redis
Installation
composer require bayfrontmedia/php-cache
Documentation
See documentation.