This project is not covered by Drupal’s security advisory policy.
This module is no longer supported!
Use ComposerManager instead.
=================================================
Guzzle is a PHP HTTP client & framework for building RESTful web service clients.
This is a simple Composer install script and autoloader for the Guzzle HTTP client library.
One installed, developers may use Guzzle to access RESTful web services in a clean and simple object-oriented way.
Installation Instructions
drush dl composer
drush dl guzzleUsage
Ensure the library is loaded by going to Help -> Guzzle
$client = new Guzzle\Service\Client('http://test.com/');
$response = $client->get('/resource.xml')->send();
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Project categories: Developer tools
9 sites report using this module
- Created by kim.pepper on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
