tableau-mkt/elomentary

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "tableau-mkt/elomentary",
  "description": "The simple PHP Eloqua REST API client; object oriented, tested, and documented for PHP 5.3+.",
  "keywords": ["eloqua", "rest", "api"],
  "homepage": "https://github.com/tableau-mkt/elomentary",
  "type": "library",
  "license": "MIT",
  "authors": [{
    "name": "Eric Peterson",
    "email": "epeterson@tableausoftware.com"
  }, {
    "name": "Gary Gao",
    "email": "ggao@tableausoftware.com"
  }, {
    "name": "Other Contributors",
    "homepage": "https://github.com/tableau-mkt/elomentary/graphs/contributors"
  }],
  "require": {
    "php": ">=5.3.3",
    "ext-curl": "*",
    "guzzle/guzzle": ">=3.7"
  },
  "require-dev": {
    "phpunit/phpunit": "3.7.*",
    "codeclimate/php-test-reporter": "dev-master"
  },
  "autoload": {
    "psr-4": {"Eloqua\\": "src/"}
  }
}