PHPackages                             baywa-re-lusy/queue - 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. baywa-re-lusy/queue

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

baywa-re-lusy/queue
===================

BayWa r.e. LUSY Queue Tools

3.7.1(4mo ago)01.0k1proprietaryPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0

Since Nov 29Pushed 4mo agoCompare

[ Source](https://github.com/baywa-re-lusy/queue)[ Packagist](https://packagist.org/packages/baywa-re-lusy/queue)[ Docs](https://github.com/baywa-re-lusy/queue)[ RSS](/packages/baywa-re-lusy-queue/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (21)Used By (1)

BayWa r.e. Queue Tools
======================

[](#baywa-re-queue-tools)

[![CircleCI](https://camo.githubusercontent.com/dcb1220ae782a9d2696239d83a0cc4664c01ca9a6fdc2e310585df1705f5b927/68747470733a2f2f636972636c6563692e636f6d2f67682f62617977612d72652d6c7573792f71756575652f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/baywa-re-lusy/queue/tree/master)

Installation
------------

[](#installation)

To install the Queue tools, you will need [Composer](http://getcomposer.org/) in your project:

```
composer require baywa-re-lusy/queue
```

Usage
-----

[](#usage)

Currently, this library supports AWS SQS and Azure Queue. However, it uses an Adapter pattern to allow adding other vendors easily.

#### AWS

[](#aws)

```
use BayWaReLusy\QueueTools\QueueService;
use BayWaReLusy\QueueTools\Adapter\AwsSqsAdapter;

$adapter = new AwsSqsAdapter($awsRegion, $awsKey, $awsSecret, $sqsEndpoint);
$queueService = new QueueService($adapter);
```

The SQS endpoint is optional and is only necessary for non-AWS SQS-providers (like ElasticMQ).

#### Azure

[](#azure)

```
use BayWaReLusy\QueueTools\QueueService;
use BayWaReLusy\QueueTools\Adapter\AzureQueueAdapter;

$adapter = new AzureQueueAdapter($queueEndpoint, $sasToken);
$queueService = new QueueService($adapter);
```

If the queue Endpoint doesn't refer to azure (xxx.core.windows.net), it will use the local instance of Azurite instead with default values

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~83 days

Recently: every ~40 days

Total

19

Last Release

120d ago

Major Versions

1.1.0 → 2.0.02022-12-14

2.x-dev → 3.0.02023-01-24

PHP version history (6 changes)1.0.0PHP &gt;=7.4

1.1.0PHP &gt;= 7.4 || &gt;=8.0

2.0.0PHP &gt;= 7.4 || &gt;= 8.0

2.x-devPHP &gt;= 8.1

3.4.1PHP &gt;= 8.2

3.6.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d6584819dabfe835a6caa1826bf2716dee040714e2a769365afa84d68b144b9?d=identicon)[ppaulis](/maintainers/ppaulis)

---

Top Contributors

[![MaximJam](https://avatars.githubusercontent.com/u/100141314?v=4)](https://github.com/MaximJam "MaximJam (46 commits)")[![ppaulis](https://avatars.githubusercontent.com/u/1609503?v=4)](https://github.com/ppaulis "ppaulis (43 commits)")[![bluespuke](https://avatars.githubusercontent.com/u/1756106?v=4)](https://github.com/bluespuke "bluespuke (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baywa-re-lusy-queue/health.svg)

```
[![Health](https://phpackages.com/badges/baywa-re-lusy-queue/health.svg)](https://phpackages.com/packages/baywa-re-lusy-queue)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[toin0u/geotools

Geo-related tools PHP 7.3+ library

1.4k1.3k](/packages/toin0u-geotools)[pekkis/queue

Queue abstraction library

18129.9k2](/packages/pekkis-queue)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[ecotone/symfony-bundle

Extends Ecotone with Symfony integration

11229.0k1](/packages/ecotone-symfony-bundle)[markup/job-queue-bundle

The Markup Job Queue bundle integrates with oldsound/rabbiitmq-bundle to provide automatic scheduling of recurring console command jobs

1859.6k](/packages/markup-job-queue-bundle)

PHPackages © 2026

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