Skip to content

micronative/file-cache

Repository files navigation

File Cache

Software license Build Build Coverage

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