{ "name": "pjdietz/wellrested", "description": "Simple PHP Library for RESTful APIs", "keywords": ["rest", "restful", "api", "curl", "http"], "homepage": "https://github.com/pjdietz/wellrested", "license": "MIT", "type": "library", "authors": [ { "name": "PJ Dietz", "email": "pj@pjdietz.com" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/pjdietz/ShamServer" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "fzaninotto/faker": "1.5.*@dev", "phpunit/phpunit": "4.1.*", "pjdietz/shamserver": "dev-master" }, "autoload": { "psr-0": { "pjdietz\\WellRESTed": "src/" }, "classmap": ["src/pjdietz/WellRESTed/Exceptions/HttpExceptions.php"] } }