gridonic/hapi

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "gridonic/hapi",
    "type": "library",
    "description": "PHP Wrapper Library for the Harvest API",
    "keywords": ["api", "harvest"],
    "homepage": "http://github.com/gridonic/hapi",
    "license": "GPL-3.0",
    "require": {
        "php": ">=5.3.3",
        "ext-curl": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~4"
    },
    "autoload": {
        "psr-0": {"Harvest": "src/"}
    }
}