Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddeboer/guzzle-aws
- Owner: ddeboer
- License: mit
- Created: 2011-04-07T17:47:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-28T18:14:02.000Z (over 13 years ago)
- Last Synced: 2024-05-02T00:14:27.939Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.34 MB
- Stars: 10
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/AwsYou can now build a phar file containing guzzle-aws and the main guzzle framework:
cd /path/to/guzzle/build
phing pharNow you just need to include guzzle.phar in your script. The phar file
will take care of autoloading Guzzle classes: