platine-php / cache
Platine Cache is the implementation of PSR 16 simple cache
v2.0.0
2025-09-18 05:09 UTC
Requires
- php: ^8
- platine-php/filesystem: ^2.0
- platine-php/stdlib: ^2.0
Requires (Dev)
- mikey179/vfsstream: ~1.6
- phpmd/phpmd: @stable
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.6
- platine-php/dev: ^2.0
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2026-02-18 06:34:25 UTC
README
Platine Cache is the implementation of PSR 16 simple cache
Requirements
- PHP >= 8.0
Installation
Using composer (recommended)
composer require platine-php/cache
Supported drivers
- File
- APCu
License
MIT License See LICENSE.MD