lelivrescolaire/aws-bundle
Composer 安装命令:
composer require lelivrescolaire/aws-bundle
包简介
Communicate with your AWS infrastructure from inside your Symfony 2 application
README 文档
README
AWS Bundle

Communicate with your AWS infrastructure from inside your Symfony 2 application.
Features
- Handle multiple AWS Identities
- Fit your need by installing services extensions
Documentation
Installation
$ composer require "lelivrescolaire/aws-bundle:dev-master"
AppKernel:
public function registerBundles() { $bundles = array( new LLS\Bundle\AWSBundle\LLSAWSBundle() ); }
Configuration reference
llsaws: config_auto_discovery: false identities: lls_sqs_user: type: user fields: key: %aws_key% secret: %aws_secret% services: lls_sqs: type: sqs identity: lls_sqs_user
Read more documentation here
Contribution
Feel free to send us Pull Requests and Issues with your fixs and features.
Run test
Unit tests
$ ./bin/atoum
Coding standards
$ ./bin/coke
统计信息
- 总下载量: 9.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-04