Download the PHP package webfactory/aws-sdk2-bundle without Composer
On this page you can find all versions of the php package webfactory/aws-sdk2-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webfactory/aws-sdk2-bundle
More information about webfactory/aws-sdk2-bundle
Files in webfactory/aws-sdk2-bundle
Package aws-sdk2-bundle
Short Description A simple Symfony (2.x, 3.x and beyond) bundle for including the AWS SDK v2.x
License Apache-2.0
Homepage https://github.com/webfactory/WebfactoryAwsSdk2Bundle
Informations about the package aws-sdk2-bundle
WebfactoryAwsSdk2Bundle
Provides a simple Symfony Bundle to wrap the AWS PHP SDK v2.x.
This is a fork of the original platinumpixs/aws-symfony2-bundle
that we created to also allow the use of Symfony 3.x and above. Additionally, we've tried to limit
Composer dependencies to something more specific than using the whole symfony/symfony
stack.
Usage
The code calls \Aws\Common\Aws::factory(), which setups the ability to call all the services provided by the library.
There is a base class always setup under:
This will call the factory method with blank config values
To provide custom setup for access, secret keys. Add a config options in your config.yml, like:
Then to access this setup call:
All versions of aws-sdk2-bundle with dependencies
aws/aws-sdk-php Version 2.*
symfony/config Version ~2.3|~3.0|~4.0
symfony/dependency-injection Version ~2.3|~3.0|~4.0
symfony/http-kernel Version ~2.3|~3.0|~4.0