2017 © Pedro Peláez
 

library aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

image

platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  • Friday, November 20, 2015
  • by pzorn
  • Repository
  • 1 Watchers
  • 12 Stars
  • 71,559 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

This Package Is No Longer Being Updated - Please See the One Provided By Amazon AWS Directly, (*1)

https://github.com/aws/aws-sdk-php-symfony, (*2)

AWS SDK 2 - Symfony 2 Bundle

Build StatusLatest Stable Version Total Downloads Latest Unstable Version License, (*3)

Provides a simple Symfony 2 Bundle to Wrap the AWS PHP SDK 2 - https://github.com/aws/aws-sdk-php, (*4)

Installing via Composer

This will install Version 3 of the SDK., (*5)

{
    "require": {
        "platinumpixs/aws-symfony2-bundle": "dev-master"
    }
}

If you want to stay on older Version 2 of the SDK., (*6)

{
    "require": {
        "platinumpixs/aws-symfony2-bundle": "1.2.0"
    }
}

Using and Setting Up

autoload.php

$loader->registerNamespaces(
  'PlatinumPixs'                  => __DIR__ . '/../vendor/platinumpixs'
)

Kernel.php

public function registerBundles() {
  $bundles = array(
    new PlatinumPixs\Aws\PlatinumPixsAwsBundle()
  );
}

The code calls \Aws\Common\Aws::factory(), which setups the ability to call all the services provided by the library, (*7)

There is a base class always setup under:, (*8)

$this->get('platinum_pixs_aws.default');

This will call the factory method with blank config values, (*9)

To provide custom setup for access, secret keys. Add a config options in your config.yml, like:, (*10)

platinum_pixs_aws:
    base:
        region: us-east-1
        key: my-access-key
        secret: my-secret-key

Then to access this setup call:, (*11)

$this->get('platinum_pixs_aws.base');

The Versions

20/11 2015

dev-master

9999999-dev https://github.com/platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

symfony amazon s3 aws sdk symfony 2 dynamodb ec2

06/08 2015

1.3.0

1.3.0.0 https://github.com/platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

symfony amazon s3 aws sdk symfony 2 dynamodb ec2

04/06 2015

1.2.0

1.2.0.0 https://github.com/platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

symfony amazon s3 aws sdk symfony 2 dynamodb ec2

26/09 2014

v1.1.0

1.1.0.0 https://github.com/platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

symfony amazon s3 aws sdk symfony 2 dynamodb ec2

29/07 2014

v1.0.0

1.0.0.0 https://github.com/platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

symfony amazon s3 aws sdk symfony 2 dynamodb ec2