PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hemn Chavroka   PHP Easy Cache   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Easy Cache
Cache the contents of remote pages in local files
Author: By
Last change:
Date: 9 years ago
Size: 621 bytes
 

Contents

Class file image Download
{ "name": "iprodev/php-easycache", "type": "library", "description": "A simple & fast script for caching 3rd party API calls easily in PHP.", "keywords": [ "fast cache", "easy cache", "simple cache", "fastcache", "easycache", "simplecache", "cache" ], "homepage": "https://github.com/iprodev/PHP-EasyCache", "license": "MIT", "authors": [ { "name": "Hemn Chawroka", "email": "hemn@iprodev.com", "homepage": "http://iprodev.com" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "iProDev\\Util\\": "src/" } } }