PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Shabeer ALi M   PHP Super Cache   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Super Cache
Store and retrieve cached data in files
Author: By
Last change:
Date: 2 years ago
Size: 620 bytes
 

Contents

Class file image Download
{ "name": "smart-php/super-cache", "description": "Simple PHP cache mechanism which is 500X Faster Caching than Redis/Memcache/APC in PHP & HHVM", "keywords": ["php", "php-super-cache", "super-cache", "cache", "php-cache", "lightweight", "caching", "powerful"], "license": "MIT", "authors": [ { "name": "Shabeer Ali M", "email": "shabeer.ali.m@gmail.com" } ], "minimum-stability": "stable", "version": "0.0.9", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "SuperCache": "src/" } } }