Guzzle

Categories

Component ID

1723292

Component name

Guzzle

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1335

Component created

Component changed

Component body

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 guzzle

Usage

Ensure the library is loaded by going to Help -> Guzzle

$client = new GuzzleServiceClient('http://test.com/');
$response = $client->get('/resource.xml')->send();