Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddeboer/guzzle-aws

Guzzle Amazon Web Services (AWS) service
https://github.com/ddeboer/guzzle-aws

Last synced: 3 months ago
JSON representation

Guzzle Amazon Web Services (AWS) service

Awesome Lists containing this project

README

        

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

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: