PHP Package: async-aws/s3

The async-aws S3 PHP library provides seamless integration with Amazon S3 for efficient storage management and operations.

Current Version: 2.9.1
Last Updated: 2025-06-03
PHP Requirement: ^7.2.5 || ^8.0
Dependencies:
async-aws/core
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The async-aws S3 PHP library offers a robust toolkit for developers to interact with Amazon S3, facilitating secure and scalable storage solutions. With a focus on performance and reliability, this library enables effortless management of objects, buckets, and metadata, ensuring seamless integration within PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.9.1

Download Download v2.9.1

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/async-aws/s3/2.9.1/loader.php';
require_once 'libs/async-aws/core/1.26.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use AsyncAws\S3\S3Client;
use GuzzleHttp\Client;
use AsyncAws\Core\Configuration;

$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.