PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Jorge Castro   CacheOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CacheOne
Store and retrieve data in groups using Redis
Author: By
Last change: 2.18
2.17
2.16.1
2.16
2.15
2.14
- 2.11 see README.md
- 2.9 see README.md
- 2.8 see README.md
- 2.6.1 see README.md
- 2.6 see README.md
- 2.6 see README.md
- 2.5 see README.md
- 2.4 see README.md
Date: 8 months ago
Size: 1,016 bytes
 

Contents

Class file image Download
{ "name": "eftec/cacheone", "description": "A Cache library with minimum dependency", "type": "library", "keywords": [ "redis", "php", "cache", "file system", "pdo" ], "homepage": "https://github.com/EFTEC/CacheOne", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "minimum-stability": "beta", "license": "MIT", "require": { "php": ">=7.4", "ext-json": "*", "eftec/clione": "^1.32.1" }, "require-dev": { "eftec/pdoone": "^4.6.1", "phpunit/phpunit": "^8.5.36", "eftec/documentstoreone": "^1.26", "ext-apcu": "*", "ext-redis": "*", "ext-memcache": "*" }, "suggest": { "ext-apcu": "CacheOneApcu requires it", "ext-redis": "CacheOneRedis requires it", "ext-memcache": "CacheOneMemcached requires it" }, "autoload": { "psr-4": { "eftec\\": "lib/" } }, "bin": [ "lib/cacheonecli" ] }