composer.json 716 Bytes
{
    "name": "matthewfl/restful",
    "description": "Library for writing RESTful PHP clients.",
    "homepage": "http://github.com/matthewfl/restful",
    "license": "MIT",
    "keywords": ["http", "api", "client", "rest"],
    "version": "1.0.3",
    "authors": [
    ],
    "require": {
        "nategood/httpful": "*"
    },
    "autoload": {
        "psr-0": {
            "RESTful": "src/"
        }
    },
    "authors": [
        {
            "name": "andrew",
            "homepage": "https://github.com/bninja/",
            "role": "Developer"
        },
        {
            "name": "matthew",
            "homepage": "https://github.com/matthewfl/",
            "role": "Developer"
        }
    ]
}