PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Enrico Sola   Tiny PHP Cache Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tiny PHP Cache Class
Store and retrieve data in several cache container
Author: By
Last change:
Date: 5 years ago
Size: 711 bytes
 

Contents

Class file image Download
{ "name": "ryanj93/php-tiny-cacher", "version": "1.1.0", "description": "A simple library that allows to easily cache stuff using several storage options such as Redis, Memcached and SQLite.", "type": "library", "license": "GPL-3.0-or-later", "homepage": "https://github.com/RyanJ93/php-tiny-cacher#readme", "authors": [{ "name": "Enrico Sola", "email": "sola.enrico.93@gmail.com", "homepage": "https://www.enricosola.com" }], "require": { "php": ">=7.0" }, "require-dev": { "php": ">=7.0" }, "keywords": [ "cache", "caching", "redis", "memcached", "sqlite", "sqlite3" ], "autoload": { "files": [ "php-tiny-cacher.php" ] } }