{ "name": "guzzle/guzzle", "type": "library", "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "keywords": ["framework", "http", "rest", "web service", "curl", "client", "HTTP client"], "homepage": "http://guzzlephp.org/", "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-0": { "Guzzle": "src/" }, "files": ["src/Guzzle/functions.php"] }, "require-dev": { "ext-curl": "*", "psr/log": "~1", "phpunit/phpunit": "3.7.*" }, "extra": { "branch-alias": { "dev-master": "4.0-dev" } } }