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: 2024-11-07 12:26:05 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