PHP Libraries › async-aws › core Asynchronous PHP library core functionality for enhanced web development performance and scalability.
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.
Classes: AsyncAws\Core\Input AsyncAws\Core\Response AsyncAws\Core\Signer\Signer AsyncAws\Core\Signer\SigningContext AsyncAws\Core\Signer\SignerV4 AsyncAws\Core\AwsClientFactory AsyncAws\Core\HttpClient\AwsHttpClientFactory AsyncAws\Core\HttpClient\AwsRetryStrategy AsyncAws\Core\Test\TestCase AsyncAws\Core\Test\ResultMockFactory AsyncAws\Core\Test\SimpleResultStream AsyncAws\Core\Test\Http\SimpleMockedResponse AsyncAws\Core\AwsError\JsonRestAwsErrorFactory AsyncAws\Core\AwsError\XmlAwsErrorFactory AsyncAws\Core\AwsError\JsonRpcAwsErrorFactory AsyncAws\Core\AwsError\ChainAwsErrorFactory AsyncAws\Core\AwsError\AwsError AsyncAws\Core\AwsError\AwsErrorFactoryFromResponseTrait AsyncAws\Core\AwsError\AwsErrorFactoryInterface AsyncAws\Core\Waiter AsyncAws\Core\AbstractApi AsyncAws\Core\Sts\Result\GetCallerIdentityResponse AsyncAws\Core\Sts\Result\AssumeRoleResponse AsyncAws\Core\Sts\Result\AssumeRoleWithWebIdentityResponse AsyncAws\Core\Sts\Input\GetCallerIdentityRequest AsyncAws\Core\Sts\Input\AssumeRoleWithWebIdentityRequest AsyncAws\Core\Sts\Input\AssumeRoleRequest AsyncAws\Core\Sts\StsClient AsyncAws\Core\Sts\Exception\ExpiredTokenException AsyncAws\Core\Sts\Exception\IDPRejectedClaimException AsyncAws\Core\Sts\Exception\MalformedPolicyDocumentException AsyncAws\Core\Sts\Exception\InvalidIdentityTokenException AsyncAws\Core\Sts\Exception\RegionDisabledException AsyncAws\Core\Sts\Exception\IDPCommunicationErrorException AsyncAws\Core\Sts\Exception\PackedPolicyTooLargeException AsyncAws\Core\Sts\ValueObject\AssumedRoleUser AsyncAws\Core\Sts\ValueObject\Tag AsyncAws\Core\Sts\ValueObject\Credentials AsyncAws\Core\Sts\ValueObject\ProvidedContext AsyncAws\Core\Sts\ValueObject\PolicyDescriptorType AsyncAws\Core\Credentials\ConfigurationProvider AsyncAws\Core\Credentials\WebIdentityProvider AsyncAws\Core\Credentials\CredentialProvider AsyncAws\Core\Credentials\ContainerProvider AsyncAws\Core\Credentials\PsrCacheProvider AsyncAws\Core\Credentials\SymfonyCacheProvider AsyncAws\Core\Credentials\CacheProvider AsyncAws\Core\Credentials\IniFileProvider AsyncAws\Core\Credentials\Credentials AsyncAws\Core\Credentials\TokenFileLoader AsyncAws\Core\Credentials\NullProvider AsyncAws\Core\Credentials\SsoCacheFileLoader AsyncAws\Core\Credentials\SsoTokenProvider AsyncAws\Core\Credentials\IniFileLoader AsyncAws\Core\Credentials\ChainProvider AsyncAws\Core\Credentials\DateFromResult AsyncAws\Core\Credentials\InstanceProvider AsyncAws\Core\Stream\ResultStream AsyncAws\Core\Stream\RewindableStream AsyncAws\Core\Stream\ResponseBodyResourceStream AsyncAws\Core\Stream\ReadOnceResultStream AsyncAws\Core\Stream\FixedSizeStream AsyncAws\Core\Stream\ResponseBodyStream AsyncAws\Core\Stream\ResourceStream AsyncAws\Core\Stream\StringStream AsyncAws\Core\Stream\IterableStream AsyncAws\Core\Stream\RequestStream AsyncAws\Core\Stream\CallableStream AsyncAws\Core\Stream\StreamFactory AsyncAws\Core\Result AsyncAws\Core\RequestContext AsyncAws\Core\EndpointDiscovery\EndpointInterface AsyncAws\Core\EndpointDiscovery\EndpointCache AsyncAws\Core\Exception\MissingDependency AsyncAws\Core\Exception\InvalidArgument AsyncAws\Core\Exception\UnexpectedValue AsyncAws\Core\Exception\LogicException AsyncAws\Core\Exception\UnparsableResponse AsyncAws\Core\Exception\Exception AsyncAws\Core\Exception\UnsupportedRegion AsyncAws\Core\Exception\Http\HttpException AsyncAws\Core\Exception\Http\ClientException AsyncAws\Core\Exception\Http\RedirectionException AsyncAws\Core\Exception\Http\HttpExceptionTrait AsyncAws\Core\Exception\Http\NetworkException AsyncAws\Core\Exception\Http\ServerException AsyncAws\Core\Exception\RuntimeException AsyncAws\Core\EnvVar AsyncAws\Core\Configuration AsyncAws\Core\Request Close 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);
?>
Report a broken download or code 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.