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 guzzle

Usage

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


Maintainers for Guzzle

  • kim.pepper - 3 commits
    last: 26 weeks ago, first: 40 weeks ago

Issues for Guzzle

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants