2017 © Pedro Peláez
 

symfony-bundle aws-bundle

Symfony wrapper of AWS SDK

image

seferov/aws-bundle

Symfony wrapper of AWS SDK

  • Wednesday, July 4, 2018
  • by seferov
  • Repository
  • 4 Watchers
  • 16 Stars
  • 58,050 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 12 Forks
  • 0 Open issues
  • 15 Versions
  • 10 % Grown

The README.md

DEPRECATED By the time I started aws bundle there was no official library for Symfony. However there is a maintained official Symfony SDK, thus I deprecate this bundle in favor of it., (*1)


AWS Bundle

Build Status Test Coverage Code Climate SensioLabsInsight, (*2)

Amazon Web Services Symfony Bundle built on the top of official AWS SDK., (*3)

Installation:

1. Download

Download the bundle:, (*4)

``` bash composer require seferov/aws-bundle, (*5)


### 2. Register Enable the bundle in `app/AppKernel.php`: ``` php // ... public function registerBundles() { $bundles = array( // ... new Seferov\AwsBundle\SeferovAwsBundle(), ); }

3. Configure

Add the following configuration to your app/config/config.yml, (*6)

Example:, (*7)

``` yaml seferov_aws: credentials: key: AWS_KEY secret: AWS_SECRET region: AWS_REGION services: s3: credentials: key: AWS_S3_KEY secret: AWS_S3_SECRET region: AWS_S3_REGION version: '2006-03-01' endpoint: 'http://192.168.99.100:9324' // Optional for local debug with service mocks # ..., (*8)


Service names are underscored, such as `elastic_beanstalk`. For further configuration see [Configuration page](https://github.com/seferov/aws-bundle/blob/master/Resources/doc/configuration.md). ## Usage Example: ``` php // AWS S3 example public function someAction() { $client = $this->get('aws.s3'); // Upload an object to Amazon S3 $result = $client->putObject(array( 'Bucket' => $bucket, 'Key' => 'data.txt', 'Body' => 'Hello!' )); // ... }

For more reference check official SDK documentation, (*9)

The Versions

04/07 2018
03/07 2018
11/01 2017

dev-test-coding

dev-test-coding

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

18/09 2016

2.0.1

2.0.1.0

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

18/09 2016

2.0.0

2.0.0.0

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

12/05 2016

1.2.3

1.2.3.0

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

11/05 2016

1.2.2

1.2.2.0

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

26/02 2016

1.2.1

1.2.1.0

Symfony wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

30/01 2016

1.2.0

1.2.0.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

29/03 2015

1.1.2

1.1.2.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

13/09 2014

1.1.1

1.1.1.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

17/06 2014

1.1.0

1.1.0.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

13/06 2014

1.0.1

1.0.1.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

aws amazon web services

08/06 2014

v1.0

1.0.0.0

Symfony2 wrapper of AWS SDK

  Sources   Download

MIT

The Requires

 

aws amazon web services