Sjaakmoes/Dotapi2

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "sjaakmoes/dotapi2",
  "description": "PHP DotA 2 API Client",
  "keywords": ["dota", "api", "steam"],
  "type": "library",
  "homepage": "https://github.com/Sjaakmoes/dotapi2",
  "license": "MIT",
  "authors": [
    {
      "name": "Freek Post",
      "email": "freek@kobalt.blue",
      "homepage": "https://github.com/Sjaakmoes"
    }
  ],
  "require": {
    "php": ">=5.6.0",
    "ext-curl": "*",
    "guzzlehttp/guzzle": "~6.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~5.0",
    "codeclimate/php-test-reporter": "dev-master"
  },
  "suggest": {
    "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
    "ext-gmp": "Allows for conversion of SteamIDs"
  },
  "autoload": {
    "psr-0": { "Dotapi2\\": "src/" }
  }
}