PHPackages                             mph2labs/aws-sqs-helper - 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. mph2labs/aws-sqs-helper

ActiveLibrary

mph2labs/aws-sqs-helper
=======================

A simple helper that allows you to get a list of queues and their pending messages

1307PHP

Since Aug 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mph2labs/sqs-helper)[ Packagist](https://packagist.org/packages/mph2labs/aws-sqs-helper)[ RSS](/packages/mph2labs-aws-sqs-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sqs-helper
==========

[](#sqs-helper)

A simple helper class to work with SQS queue

install
-------

[](#install)

Best to install using composer

```
composer install mph2labs/aws-sqs-helper
```

alternatively you can also add the following to your composer.json

```
"mph2labs/aws-sqs-helper": "dev-master"

```

usage
-----

[](#usage)

Constructor expects AWS region, key, secret

### available properties

[](#available-properties)

The class has a number of properties containing data from SQS

- data

    Associative array with a list of your queues and their values. The full queue endpoint is the array key and the number of visible messages and queue name is returned.
- csv

    A csv version of each queue that can be used for exporting

### available methods

[](#available-methods)

- getQueueExists

    Check if a queue exists
- getVisibleMessagesForQueue

    Get the number of visible messages

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88884dcce1a9bf4009f96c9a66bd3bae19b069c0e6ae0185bf15a7758f1c3918?d=identicon)[mph2labs](/maintainers/mph2labs)

---

Top Contributors

[![mavcrdev](https://avatars.githubusercontent.com/u/34050575?v=4)](https://github.com/mavcrdev "mavcrdev (31 commits)")[![mph2labs](https://avatars.githubusercontent.com/u/9570366?v=4)](https://github.com/mph2labs "mph2labs (2 commits)")

### Embed Badge

![Health badge](/badges/mph2labs-aws-sqs-helper/health.svg)

```
[![Health](https://phpackages.com/badges/mph2labs-aws-sqs-helper/health.svg)](https://phpackages.com/packages/mph2labs-aws-sqs-helper)
```

PHPackages © 2026

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