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

ActiveSymfony-bundle

uam/aws-ecs-bundle
==================

Amazon Product Advertising API Bundle

0.1.4(12y ago)15.7kMITPHPPHP &gt;=5.3.2

Since Jun 23Pushed 12y ago1 watchersCompare

[ Source](https://github.com/opichon/UAMAwsEcsBundle)[ Packagist](https://packagist.org/packages/uam/aws-ecs-bundle)[ Docs](https://gitweb.united-asian.com)[ RSS](/packages/uam-aws-ecs-bundle/feed)WikiDiscussions master Synced 1mo ago

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

UAM Aws ECS Bundle
==================

[](#uam-aws-ecs-bundle)

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

[](#installation)

### Symfony 2.1.x

[](#symfony-21x)

Add the UAMAwsEcsBundle to your composer.json file:

```
{
    "require": {
        "uam/aws-ecs-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update uam/aws-ecs-bundle
```

Dont forget to activate the bundle in your AppKernel:

```
