guzzle/guzzle-aws
Composer 安装命令:
composer require guzzle/guzzle-aws
包简介
Guzzle PHP client for AWS
README 文档
README
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:
<?php
require_once 'guzzle.phar';
Testing
Copy phpunit.xml.dist to phpunit.xml. Enter the full path to your Guzzle installation in the GUZZLE server parameter of the phpunit.xml file.
More information
- See https://github.com/guzzle/guzzle for more information about Guzzle, a PHP framework for building RESTful webservice clients.
统计信息
- 总下载量: 5.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-08-15