A simple file based cache engine that implements the Psr cache interfaces
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