PHPackages                             rgeyer/guzzle-rs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. rgeyer/guzzle-rs

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rgeyer/guzzle-rs
================

Guzzle Client for RightScale API 1.0 and 1.5

v0.0.1(13y ago)45631[1 issues](https://github.com/rgeyer/rs_guzzle_client/issues)Apache 2.0PHPPHP &gt;=5.3.2

Since Aug 11Pushed 12y ago2 watchersCompare

[ Source](https://github.com/rgeyer/rs_guzzle_client)[ Packagist](https://packagist.org/packages/rgeyer/guzzle-rs)[ Docs](https://github.com/rgeyer/rs_guzzle_client)[ RSS](/packages/rgeyer-guzzle-rs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Guzzle Rightscale API client for PHP
====================================

[](#guzzle-rightscale-api-client-for-php)

[![Build Status](https://camo.githubusercontent.com/a3ed7a15cdca8ff4ac54a2ae217abcf5c37e7398c29fe93d007441fca146e5b7/68747470733a2f2f7472617669732d63692e6f72672f7267657965722f72735f67757a7a6c655f636c69656e742e706e67)](https://travis-ci.org/rgeyer/rs_guzzle_client)

rs\_guzzle\_client is a PHP Guzzle REST API client library for the RightScale API.

Support is available for v1.0 and v1.5 of the API. Not all API calls are covered, a table of supported calls can be found below.

Installation
------------

[](#installation)

Add rs\_guzzle\_client to the src/Guzzle/Rs directory of your Guzzle installation:

```
cd /path/to/guzzle
git submodule add git://github.com/rgeyer/rs_guzzle_client.git ./src/Guzzle/Rs

```

You can now build a phar file containing guzzle-aws and the main guzzle framework:

```
cd /path/to/guzzle/build
phing phar

```

Now you just need to include guzzle.phar in your script. The phar file will take care of autoloading Guzzle classes:

```
