PHP Package: aws/aws-sdk-php

AWS SDK for PHP provides powerful tools for building applications that interact with AWS services efficiently and securely.

Current Version: 3.344.6
Last Updated: 2025-06-12
PHP Requirement: >=8.1
Dependencies: None

Package Description

The AWS SDK for PHP simplifies the process of integrating AWS services into your PHP applications. With this library, you can easily manage AWS resources, handle requests, and interact with various AWS APIs. It offers a wide range of features and functionalities, enabling developers to create robust and scalable applications on the AWS platform.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.344.6

Download Download v3.344.6

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/aws/aws-sdk-php/3.344.6/loader.php';
use Aws\S3\S3Client;
use Aws\DynamoDb\DynamoDbClient;

$obj = new S3Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.