Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgauthi/component_cache

Data storage in the form of temporary files (cache)
https://github.com/jgauthi/component_cache

cache-storage php54 php74

Last synced: about 2 months ago
JSON representation

Data storage in the form of temporary files (cache)

Awesome Lists containing this project

README

        

# 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](https://getcomposer.org) (launch `composer update` after edit):
```json
{
"repositories": [
{ "type": "git", "url": "[email protected]:jgauthi/component_cache.git" }
],
"require": {
"jgauthi/component_cache": "2.*"
}
}
```

## Documentation
You can look at [folder example](https://github.com/jgauthi/component_cache/tree/master/example).