lelivrescolaire / aws-bundle
Communicate with your AWS infrastructure from inside your Symfony 2 application
Installs: 9 420
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- aws/aws-sdk-php: ~2.7
Requires (Dev)
- atoum/atoum: dev-master
- doctrine/common: ~2.4
- m6web/coke: ~1.0
- m6web/symfony2-coding-standard: ~1.1
- symfony/config: ~2.5
- symfony/dependency-injection: ~2.5
- symfony/expression-language: ~2.5
- symfony/http-kernel: ~2.5
- symfony/property-access: ~2.5
- symfony/yaml: ~2.5
This package is not auto-updated.
Last update: 2024-11-09 17:19:34 UTC
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