uam/aws-ecs-bundle
Composer 安装命令:
composer require uam/aws-ecs-bundle
包简介
Amazon Product Advertising API Bundle
README 文档
README
Installation
Symfony 2.1.x
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:
<?php // in AppKernel::registerBundles() $bundles = array( // ... new UAM\Bundle\AwsEcsBundle\UAMAwsEcsBundle(), // ... );
统计信息
- 总下载量: 5.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-27