Use the AWS Common Runtime (AWS CRT) extension in the SDK for PHP - AWS SDK for PHP
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Use the AWS Common Runtime (AWS CRT) extension in the SDK for PHP

The AWS CRT libraries provide basic functionality with good performance and minimal footprint for several AWS SDKs. This topic discusses when the AWS CRT is used by the SDK for PHP and how to install the AWS CRT extension.

When you need the AWS CRT extension installed

The SDK for PHP uses the authorization and checksum functionality of the AWS CRT libraries. The AWS CRT extension is required when you work with:

If you use a feature listed above and the AWS CRT extention is not installed in your PHP environment, the SDK for PHP will report an error message and remind you to install the extension.

Install the AWS Common Runtime (AWS CRT) extension

Instructions on how to install the AWS CRT extension are available on the main page of the GitHub repository for the aws-crt-php.