Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 531 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 531 Bytes

Component Cache

Data storage in the form of temporary files (cache).

Prerequisite

  • PHP 4 (v1.0), PHP 5.4+ (v1.1+) ou PHP 7.4 (v2+)

Install

Edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "git@github.com:jgauthi/component_cache.git" }
  ],
  "require": {
    "jgauthi/component_cache": "2.*"
  }
}

Documentation

You can look at folder example.