=================
AWS SDK for PHP 2
=================

.. toctree::
    :hidden:

    awssignup
    requirements
    installation
    quick-start
    configuration
    performance
    faq

    migration-guide
    side-by-side

    service-autoscaling
    service-cloudformation
    service-cloudfront
    service-cloudsearch
    service-cloudwatch
    service-datapipeline
    service-directconnect
    service-dynamodb
    service-dynamodb-20111205
    service-ec2
    service-elasticache
    service-elasticbeanstalk
    service-elasticloadbalancing
    service-elastictranscoder
    service-emr
    service-glacier
    service-iam
    service-importexport
    service-opsworks
    service-rds
    service-redshift
    service-route53
    service-s3
    service-ses
    service-simpledb
    service-sns
    service-sqs
    service-storagegateway
    service-sts
    service-support
    service-swf

    feature-dynamodb-session-handler
    feature-waiters
    feature-models

The **AWS SDK for PHP** enables PHP developers to easily interface with AWS services and build solutions with Amazon
Simple Storage Service (Amazon S3), Amazon DynamoDB, Amazon Glacier, and more. With the AWS SDK for PHP, developers can
get started in minutes by using Composer – by requiring the ``aws/aws-sdk-php`` package – or by downloading a `single
phar file <http://pear.amazonwebservices.com/get/aws.phar>`_.

Getting started
---------------

* :doc:`awssignup`
* :doc:`requirements`
* :doc:`installation`
* :doc:`quick-start`
* :doc:`configuration`
* :doc:`performance`
* :doc:`faq`
* `Contributing to the SDK <https://github.com/aws/aws-sdk-php/blob/master/CONTRIBUTING.md>`_

Migrating from SDK 1 to SDK 2
-----------------------------

* :doc:`migration-guide`
* :doc:`side-by-side`

Supported services
------------------

* :doc:`service-autoscaling`
* :doc:`service-cloudformation`
* :doc:`service-cloudfront`
* :doc:`service-cloudsearch`
* :doc:`service-cloudwatch`
* :doc:`service-datapipeline`
* :doc:`service-directconnect`
* :doc:`service-dynamodb`
* :doc:`service-dynamodb-20111205`
* :doc:`service-ec2`
* :doc:`service-elasticache`
* :doc:`service-elasticbeanstalk`
* :doc:`service-elasticloadbalancing`
* :doc:`service-elastictranscoder`
* :doc:`service-emr`
* :doc:`service-glacier`
* :doc:`service-iam`
* :doc:`service-importexport`
* :doc:`service-opsworks`
* :doc:`service-rds`
* :doc:`service-redshift`
* :doc:`service-route53`
* :doc:`service-s3`
* :doc:`service-ses`
* :doc:`service-simpledb`
* :doc:`service-sns`
* :doc:`service-sqs`
* :doc:`service-storagegateway`
* :doc:`service-sts`
* :doc:`service-support`
* :doc:`service-swf`

SDK features in detail
----------------------

* :doc:`feature-dynamodb-session-handler`
* :doc:`feature-waiters`
* :doc:`feature-models`
