How it works
The AWS SDK for PHP simplifies the use of AWS services by providing a set of libraries that are consistent and familiar for PHP developers. All AWS SDKs support API lifecycle considerations such as credential management, retries, data marshaling, and serialization.
The AWS SDK for PHP provides PHP APIs for each AWS service. Using the SDK, you can build PHP applications that work with Amazon S3, Amazon EC2, Amazon DynamoDB, and more. The AWS SDK for PHP can be extended through handlers and middleware.