| {
  "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": "[email protected] ",
      "homepage": "http://iprodev.com"
    }
  ],
  "require": {
    "php": ">=5.3.0"
  },
  "autoload": {
    "psr-4": {
      "iProDev\\Util\\": "src/"
    }
  }
}
 |