Use the AWS Common Runtime (AWS CRT) extension
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