2017 © Pedro Peláez
 

library aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

image

mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  • Friday, July 15, 2016
  • by mvanbaak
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

AWS SDK for PHP - Version 3 Upgrade Bridge Provider for Silex

Latest Stable Version Total Downloads License SensioLabsInsight Codeship build status, (*1)

A simple Silex service provider for including the AWS SDK for PHP - Version 3 Upgrade Bridge., (*2)

Installation

The AWS Service Provider can be installed via Composer by requiring the mvbcoding/aws-sdk-php-v3-bridge-silex package in your project's composer.json., (*3)

{
    "require": {
        "mvbcoding/aws-sdk-php-v3-bridge-silex": "^3.0"
    }
}

Usage

Register the AWS Service Provider in your Silex application and provide your AWS SDK for PHP configuration to the app in the aws.config key. $app['aws.config'] should contain an array of configuration options or the path to a configuration file. This value is passed directly into new Aws\SimpleDb\SimpleDbClient., (*4)

<?php

require __DIR__ . '/vendor/autoload.php';

use MvbCoding\Silex\AwsV3BridgeServiceProvider;
use Silex\Application;

$app = new Application();

$app->register(new AwsV3BridgeServiceProvider(), array(
    'aws.config' => array(
        'version' => 'latest',
        'region' => 'eu-west-1',
    )
));

$app->match('/', function () use ($app) {
    // Create a list of your SimpleDb Domains
    $domains = $app['aws.simpledb']->listDomains();
    $output = "

    \n"; foreach ($domains['DomainNames'] as $domain) { $output .= "
  • {$domain}
  • \n"; } $output .= "
\n"; return $output; }); $app->run();

The Versions

15/07 2016

dev-master

9999999-dev https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

22/05 2016

3.0.0

3.0.0.0 https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

22/05 2016

2.0.x-dev

2.0.9999999.9999999-dev https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

22/05 2016

2.0.2

2.0.2.0 https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

22/05 2016

1.0.x-dev

1.0.9999999.9999999-dev https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk sdb importexport

22/05 2016

2.0.1

2.0.1.0 https://github.com/aws/aws-sdk-php-v3-bridge

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

22/05 2016

1.0.2

1.0.2.0 https://github.com/aws/aws-sdk-php-v3-bridge

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk sdb importexport

21/05 2016

2.0.0

2.0.0.0 https://github.com/aws/aws-sdk-php-v3-bridge

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk simpledb sdb

21/05 2016

1.0.1

1.0.1.0 https://github.com/aws/aws-sdk-php-v3-bridge

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk sdb importexport

14/04 2016

1.0.0

1.0.0.0 https://github.com/aws/aws-sdk-php-v3-bridge

A simple Silex service provider for including the AWS SDK v3 bridge for PHP.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

silex v3 amazon aws sdk sdb importexport