PHP Package: async-aws/sqs

A PHP library for interacting with Amazon Simple Queue Service (SQS) providing asynchronous operations and efficient message queuing.

Current Version: 2.7.1
Last Updated: 2025-09-08
PHP Requirement: ^7.2.5 || ^8.0
Dependencies: None

Package Description

Async-aws/sqs is a powerful PHP library that simplifies communication with Amazon SQS, enabling developers to send messages between distributed components efficiently. It supports asynchronous operations, ensuring seamless integration with SQS queues. This library enhances scalability and reliability in distributed systems, making message queuing hassle-free and efficient for PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.7.1

Download Download v2.7.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/sqs/2.7.1/loader.php';

use AsyncAws\Sqs\SqsClient;

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