PHP Classes

File: Library/vendor/predis/predis/composer.json

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/predis/predis/composer.json   Download  
File: Library/vendor/predis/predis/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 883 bytes
 

Contents

Class file image Download
{ "name": "predis/predis", "type": "library", "description": "Flexible and feature-complete Redis client for PHP and HHVM", "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.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "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/"} } }