dev-master
9999999-dev https://github.com/jonathan-sousa/silex-aws-providerAWS service provider for the Silex framework.
MIT
The Requires
by Jonathan Sousa
silex aws
Wallogit.com
2017 © Pedro Peláez
AWS service provider for the Silex framework.
AWS service provider for the Silex framework., (*1)
Add in your composer.json the require entry for this library., (*2)
{
"require": {
"ebichan/silex-aws-provider": "dev-master"
}
}
and run composer install (or update) to download all files., (*3)
$app->register(new AmqpServiceProvider, array(
'aws.connections' => array(
'default' => array(
'key' => '',
'secret' => '',
'region' => 'us-east-1'
)
),
));
$connections = $app['aws']; $defaultConnection = $connections['default'];
$awsFactory = $app['aws.factory'];
$customConnection = $awsFactory('', '', 'us-east-1');
AWS service provider for the Silex framework.
MIT
silex aws