sebastian-alfers/amazon-webservices-bundle

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

1.5.4 2012-04-26 04:31 UTC

This package is not auto-updated.

Last update: 2024-04-21 00:17:50 UTC


README

Overview

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

This bundle uses the AWS SDK for PHP 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..

For installation, configuration, and usage details, please see Resources/doc/README.md

Example Use Cases

  1. Connect to, and manipulate, any of the available Amazon Web Services, such as EC2, SQS, CloudFront, S3, etc.

  2. Utilize Amazon S3 and CloudFront as a Content Delivery Network (CDN) for a Symfony 2 application. Please see the information, graciously provided by adurieux, in Resources/doc/cdn.md.

  3. Score dates with Supermodels (This feature not yet implemented)