PHP Package: async-aws/core

Asynchronous PHP library core functionality for enhanced web development performance and scalability.

Current Version: 1.27.1
Last Updated: 2025-09-08
PHP Requirement: ^7.2.5 || ^8.0
Dependencies:
async-aws/async-aws
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Discover the core of the async-aws PHP library, which provides essential functionalities for high-performance asynchronous operations in web development projects. With this core package, you can streamline your workflow and improve scalability, making your applications more responsive and efficient.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.27.1

Download Download v1.27.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/core/1.27.1/loader.php';
require_once 'libs/async-aws/async-aws/{lib_version}/loader.php';

use AsyncAws\Core\AwsErrorFactory;
use AsyncAws\Core\Client;
use SomeOtherVendor\SomeOtherLibrary\SomeClass;

$obj = new AwsErrorFactory();
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.