/component_cache

Data storage in the form of temporary files (cache)

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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.