micronative / file-cache
File Cache
1.0.0
2021-05-12 03:20 UTC
Requires
- php: ^7.3||^8.0
- psr/cache: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2026-03-07 15:30:25 UTC
README
A simple file based cache engine that implements the Psr cache interfaces
Configuration
composer.json
"require": {
"micronative/file-cache": "^1.0.0"
},
"repositories": [
{ "type": "vcs", "url": "https://github.com/micronative/file-cache" }
],
Run
composer require micronative/file-cache:1.0.0