{ "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"], "homepage": "http://www.guzzlephp.org/", "version": "1.0.0", "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "michael@guzzlephp.org" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "require": { "php": ">=5.3.2" }, "autoload": { "psr-0": { "Guzzle": "src/" } } }