Skip to content

Latest commit

 

History

History
288 lines (193 loc) · 8.07 KB

index.rst

File metadata and controls

288 lines (193 loc) · 8.07 KB

AWS SDK for PHP

awssignup requirements installation quick-start migration-guide side-by-side

credentials configuration feature-commands feature-waiters feature-iterators feature-models feature-facades performance faq

service-autoscaling service-cloudformation service-cloudfront service-cloudfront-20120505 service-cloudsearch service-cloudsearch-20110201 service-cloudsearchdomain service-cloudtrail 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-kinesis 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-s3-stream-wrapper

The AWS SDK for PHP enables PHP developers to use Amazon Web Services from their PHP code, and build robust applications and software using services like Amazon S3, Amazon DynamoDB, Amazon Glacier, etc. You can get started in minutes by installing the SDK through Composer — by requiring the aws/aws-sdk-php package — or by downloading the standalone aws.zip or aws.phar files.

Getting Started

  • Before you use the SDK
  • Using the SDK
    • quick-start – Everything you need to know to use the AWS SDK for PHP
    • Sample Project
  • Migrating from Version 1 of the SDK?
    • migration-guide – Migrating from Version 1 of the SDK to Version 2
    • side-by-side – Using Version 1 and Version 2 of the SDK side-by-side in the same project

In-Depth Guides

Service-Specific Guides

  • Amazon CloudFront

    CloudFront

    • Using the older 2012-05-05 API version <service-cloudfront-20120505>
  • Amazon CloudSearch

    CloudSearch

    • Using the older 2011-02-01 API version <service-cloudsearch-20110201>
  • Amazon CloudSearchDomain

    CloudSearchDomain

  • Amazon CloudWatch

    CloudWatch

  • Amazon DynamoDB

    DynamoDb

    • Special Feature: DynamoDB Session Handler <feature-dynamodb-session-handler>
    • Using the older 2011-12-05 API version <service-dynamodb-20111205>
  • Amazon Elastic Compute Cloud (Amazon EC2)

    Ec2

  • Amazon Elastic MapReduce (Amazon EMR)

    Emr

  • Amazon Elastic Transcoder

    ElasticTranscoder

  • Amazon ElastiCache

    ElastiCache

  • Amazon Glacier

    Glacier

  • Amazon Kinesis

    Kinesis

  • Amazon Redshift

    Redshift

  • Amazon Relational Database Service (Amazon RDS)

    Rds

  • Amazon Route 53

    Route53

  • Amazon Simple Email Service (Amazon SES)

    Ses

  • Amazon Simple Notification Service (Amazon SNS)

    Sns

  • Amazon Simple Queue Service (Amazon SQS)

    Sqs

  • Amazon Simple Storage Service (Amazon S3)

    S3

    • Special Feature: Amazon S3 Stream Wrapper <feature-s3-stream-wrapper>
  • Amazon Simple Workflow Service (Amazon SWF)

    Swf

  • Amazon SimpleDB

    SimpleDb

  • Auto Scaling

    AutoScaling

  • AWS CloudFormation

    CloudFormation

  • AWS CloudTrail

    CloudTrail

  • AWS Data Pipeline

    DataPipeline

  • AWS Direct Connect

    DirectConnect

  • AWS Elastic Beanstalk

    ElasticBeanstalk

  • AWS Identity and Access Management (AWS IAM)

    Iam

  • AWS Import/Export

    ImportExport

  • AWS OpsWorks

    OpsWorks

  • AWS Security Token Service (AWS STS)

    Sts

  • AWS Storage Gateway

    StorageGateway

  • AWS Support

    Support

  • Elastic Load Balancing

    ElasticLoadBalancing

Articles from the Blog

Presentations

Slides

Videos