PHPackages                             obtao/amazon-webservices-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. obtao/amazon-webservices-bundle

ActiveLibrary[API Development](/categories/api)

obtao/amazon-webservices-bundle
===============================

A Symfony2 Bundle for interfacing with Amazon Web Services (AWS)

0.0.3(10y ago)0186BSDPHP

Since Jul 28Pushed 10y ago2 watchersCompare

[ Source](https://github.com/obtao/AmazonWebServicesBundle)[ Packagist](https://packagist.org/packages/obtao/amazon-webservices-bundle)[ RSS](/packages/obtao-amazon-webservices-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Amazon Web Services Bundle
==========================

[](#amazon-web-services-bundle)

Overview
--------

[](#overview)

---

This is a Symfony2 Bundle for interfacing with Amazon Web Services (AWS).

This bundle uses the [AWS SDK for PHP](http://docs.aws.amazon.com/AWSSDKforPHP/latest/) by loading the SDK, and enabling you to instantiate the SDK's various web service objects, passing them back to you for direct use in your Symfony2 application..

Installation
------------

[](#installation)

Add this line to your `composer.json` file:

```
"require": {
    ...,
    "obtao/amazon-webservices-bundle": "*@stable"
}
```

Then run `composer update`.

Then, add AmazonWebServicesBundle to your application kernel:

```
