micronative / file-cache

File Cache Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

File Cache Engine


Languages

Language:PHP 100.0%