Posted by kim.pepper on August 11, 2012 at 7:41am
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
<?php
$client = new Guzzle\Service\Client('http://test.com/');
$response = $client->get('/resource.xml')->send();
?>Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Developer
- Reported installs: 13 sites currently report using this module. View usage statistics.
- Downloads: 74
- Last modified: November 6, 2012