PHPackages                             app2641/aws-client-manager - 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. app2641/aws-client-manager

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

app2641/aws-client-manager
==========================

1.1(11y ago)0426BSD-3-ClausePHPPHP &gt;=5.3

Since Sep 22Pushed 11y ago2 watchersCompare

[ Source](https://github.com/app2641/AwsClientManagerForPHP)[ Packagist](https://packagist.org/packages/app2641/aws-client-manager)[ RSS](/packages/app2641-aws-client-manager/feed)WikiDiscussions master Synced 4w ago

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

AwsClientManager for PHP [![Build Status](https://camo.githubusercontent.com/13d0e56fbc0e3d11241457031e9edd8cd7734617c8f1710e64c197195274476c/68747470733a2f2f7472617669732d63692e6f72672f617070323634312f417773436c69656e744d616e61676572466f725048502e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/app2641/AwsClientManagerForPHP) [![Coverage Status](https://camo.githubusercontent.com/550fb0d6e27d1bc6aba94326c960f53cb3648d058870d214a1514130fd1a3503/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f617070323634312f417773436c69656e744d616e61676572466f725048502f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/app2641/AwsClientManagerForPHP?branch=master)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#awsclientmanager-for-php--)

Description
-----------

[](#description)

AWS SDK for PHP2 において各クライアントクラスを容易に呼び出すことが出来るライブラリ。

Requirement
-----------

[](#requirement)

- PHP 5.\*

Usage
-----

[](#usage)

環境変数に AWS への接続に必要なパラメータを指定します。

```
$ export AWS_ACCESS_KEY_ID=your_aws_access_key
$ export AWS_SECRET_ACCESS_KEY=your_aws_secret_key
# export AWS_DEFAUKT_REGION=your_region

```

S3Client クラスを呼び出すサンプル。

```
