2017 © Pedro Peláez
 

symfony-bundle amazon-bundle

AWS SDK v2 Bundle for Symfony2

image

uecode/amazon-bundle

AWS SDK v2 Bundle for Symfony2

  • Thursday, October 2, 2014
  • by aequasi
  • Repository
  • 5 Watchers
  • 3 Stars
  • 19,172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 30 Versions
  • 9 % Grown

The README.md

Amazon Bundle

This bundle is a semantic configuration and service provider for the AWS PHP SDK v2, (*1)

General Installation

  1. Add to composer.json under require
"uecode/amazon-bundle": ">=2.0.0, <3.0.0",
  1. Register in AppKernel

``` php $bundles = array( // ... new Uecode\Bundle\AmazonBundle\UecodeAmazonBundle() );, (*2)


3. Add Account info to your config.yml ```yml uecode_amazon: accounts: main: key: somekey secret: somesecret

Usage

In your code, after doing the above, you should be able to get an amazon service with:, (*3)

// get container
$service = $container->get('uecode_amazon.instance.main');
// OR
$service = $container->get('aws.main');

After getting the service, you will be able to fetch any of the services in the AWS service Locator., (*4)

For help there, follow these guides: [AWS SDK for PHP]0. When following there guides, you won't need to use the factory classes, you should just be able to run service->get('service_name')., (*5)

For Example, (*6)

$cloudFront = $container->get('aws.main')->get('CloudFront');

Copyright (c) 2014 Underground Elephant, (*7)

License

Licensed under the Apache License, Version 2.0., (*8)

See LICENSE., (*9)

Bitdeli Badge, (*10)

The Versions

02/10 2014

dev-master

9999999-dev https://github.com/uecode/amazon-bundle

AWS SDK v2 Bundle for Symfony2

  Sources   Download

Apache-2.0

The Requires

 

php aws uecode

05/02 2014

dev-develop

dev-develop https://github.com/uecode/amazon-bundle

AWS SDK v2 Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

php aws uecode

05/02 2014

2.0.1

2.0.1.0 https://github.com/uecode/amazon-bundle

AWS SDK v2 Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

php aws uecode

05/02 2014

2.0.0

2.0.0.0 https://github.com/uecode/amazon-bundle

Symfony2 Uecode Amazon Bundle

  Sources   Download

MIT

The Requires

 

php uecode

22/01 2014

dev-aws_upgrade

dev-aws_upgrade https://github.com/uecode/amazon-bundle

Symfony2 Uecode Amazon Bundle

  Sources   Download

MIT

The Requires

 

php uecode