PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Cache Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cache Object
Save and load variable values in cache containers
Author: By
Last change: default ttl
version update
Date: 2 years ago
Size: 449 bytes
 

Contents

Class file image Download
{ "name": "baba/object-cache", "description": "Simple framework for store php json serialized objects in cache. Supports Redis, Memcached, Disk.", "type": "library", "license": "MIT", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "require": {}, "provide": { "baba/object-cache": "1.0.2" }, "autoload": { "psr-4": { "BABA\\Cache\\": "src/" } } }