What Is the AWS SDK for PHP Version 3?
The AWS SDK for PHP Version 3 enables PHP developers to use Amazon Web Services
in their PHP code, and build
robust applications and software using services like Amazon S3, Amazon DynamoDB, 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 file.
Not all services are immediately available in the SDK. To find out which services are currently supported by the AWS SDK for PHP, see Service Name and API Version. For information about the AWS SDK for PHP Version 3 on GitHub, see Additional Resources.
External links: API Docs | GitHub | Gitter | Blog | Forum | Packagist
Note
If you're migrating your project's code from using Version 2 of the SDK to Version 3, be sure to read Upgrading from Version 2 of the AWS SDK for PHP.
Getting Started
SDK Guides
Service-Specific Features
Examples
Reference
API Documentation
Find API documentation for the SDK at http://docs.aws.amazon.com/aws-sdk-php/v3/api/.
