PHPackages                             tystr/aws-bundle - 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. tystr/aws-bundle

ActiveSymfony2-bundle[HTTP &amp; Networking](/categories/http)

tystr/aws-bundle
================

This bundle integrates the AWS SDK for PHP into symfony2

05PHP

Since Dec 30Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tystr/TystrAwsBundle)[ Packagist](https://packagist.org/packages/tystr/aws-bundle)[ RSS](/packages/tystr-aws-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

TystrAwsBundle
==============

[](#tystrawsbundle)

[![Build Status](https://camo.githubusercontent.com/1f85a1c28c4480f64db5d0a04560e14f3e66a42f31a8b5f9862198bdafabc20c/68747470733a2f2f7472617669732d63692e6f72672f74797374722f547973747241777342756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/tystr/TystrAwsBundle)

This bundle integrates the [AWS SDK for PHP](http://docs.aws.amazon.com/aws-sdk-php/guide/latest/index.html) into symfony2.

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

[](#installation)

Add the following to your composer.json:

```
{
    "require": {
        "tystr/aws-bundle": "dev-master@dev"
    }
}
```

Install the bundle using composer:

```
$ php composer.phar update tystr/aws-bundle
```

Finally, register the bundle with your application:

```
