PHPackages                             corley/queue-sqs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. corley/queue-sqs

ActiveLibrary[Queues &amp; Workers](/categories/queues)

corley/queue-sqs
================

1.0.0(9y ago)0242MITPHP

Since Jan 21Pushed 9y agoCompare

[ Source](https://github.com/wdalmut/queue-sqs)[ Packagist](https://packagist.org/packages/corley/queue-sqs)[ RSS](/packages/corley-queue-sqs/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

AWS SQS adapter
===============

[](#aws-sqs-adapter)

To use this package you need `Corley\Queue\Queue` and the AWS PHP SDK [v2](http://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.Sqs.SqsClient.html) or [v3](http://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.Sqs.SqsClient.html)

[![Build Status](https://camo.githubusercontent.com/e8516147129ddbf2ea0e91132f6c143ee625f2bcff181ba8679ef95f3e94066f/68747470733a2f2f7472617669732d63692e6f72672f7764616c6d75742f71756575652d7371732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wdalmut/queue-sqs)

```
composer require corley/queue:~1
```

Remember to install your AWS SDK

AWS V2
------

[](#aws-v2)

```
composer require aws/aws-sdk-php:~2
```

AWS V3
------

[](#aws-v3)

```
composer require aws/aws-sdk-php:~3
```

Use as adapter
--------------

[](#use-as-adapter)

Create the adapter

with v2

```
use Corley\Queue\AWS\V2;

$adapter = new V2\SQS($client);
```

or v3

```
use Corley\Queue\AWS\V3;

$adapter = new V3\SQS($client);
```

Set as usual

```
use Corley\Queue\Queue;

$queue = new Queue("https://sqs.aws.amazon.com/155555555555/test", $adapter);
$queue->send(json_encode(["test" => "ok"]));

list($receipt, $message) = $queue->receive();
$message = json_decode($message, true);

$queue->delete($receipt);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4765ec4150d94839948ac55e8d87bdaf2af9a7b96fc2cd023dca366d54ff9ca?d=identicon)[wdalmut](/maintainers/wdalmut)

---

Top Contributors

[![wdalmut](https://avatars.githubusercontent.com/u/551974?v=4)](https://github.com/wdalmut "wdalmut (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/corley-queue-sqs/health.svg)

```
[![Health](https://phpackages.com/badges/corley-queue-sqs/health.svg)](https://phpackages.com/packages/corley-queue-sqs)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M513](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
