PHP Classes

File: src/phpFastCache/_extensions/predis-1.0/composer.json

Recommend this page to a friend!
  Classes of Khoa Bui   PHP Fast Cache   src/phpFastCache/_extensions/predis-1.0/composer.json   Download  
File: src/phpFastCache/_extensions/predis-1.0/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Fast Cache
Store and get data from several cache containers
Author: By
Last change:
Date: 8 years ago
Size: 882 bytes
 

Contents

Class file image Download
{ "name": "predis/predis", "type": "library", "description": "Flexible and feature-complete PHP client library for Redis", "keywords": ["nosql", "redis", "predis"], "homepage": "http://github.com/nrk/predis", "license": "MIT", "support": { "issues": "https://github.com/nrk/predis/issues" }, "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net" } ], "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol", "ext-curl": "Allows access to Webdis when paired with phpiredis" }, "autoload": { "psr-4": {"Predis\\": "src/"} } }