PHPackages                             guzzle/guzzle-aws - 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. [Framework](/categories/framework)
4. /
5. guzzle/guzzle-aws

ActiveLibrary[Framework](/categories/framework)

guzzle/guzzle-aws
=================

Guzzle PHP client for AWS

2.0.0-alpha(13y ago)65.0k4MITPHPPHP &gt;=5.3.2

Since Mar 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rgeyer/guzzle-aws)[ Packagist](https://packagist.org/packages/guzzle/guzzle-aws)[ Docs](http://www.guzzlephp.org/)[ RSS](/packages/guzzle-guzzle-aws/feed)WikiDiscussions master Synced 3d ago

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

Guzzle AWS Web Service Clients for PHP
======================================

[](#guzzle-aws-web-service-clients-for-php)

Interact with various Amazon Web Services APIs using the Guzzle framework for building RESTful web service clients in PHP.

- Amazon S3
- Amazon SQS
- Amazon SimpleDB
- Amazon MWS

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

[](#installation)

Add guzzle-aws to the src/Guzzle/Aws directory of your Guzzle installation:

```
cd /path/to/guzzle
git submodule add git://github.com/guzzle/guzzle-aws.git ./src/Guzzle/Aws

```

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:

```
