Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jgauthi/component_cache
- Owner: jgauthi
- License: gpl-3.0
- Archived: true
- Created: 2020-09-01T17:09:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T18:23:33.000Z (about 4 years ago)
- Last Synced: 2024-09-25T19:59:04.265Z (about 2 months ago)
- Topics: cache-storage, php54, php74
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).