PHPackages                             pluggit/queues - 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. pluggit/queues

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

pluggit/queues
==============

Provides abstractions for Tasks &amp; Domain Events as well as implementations for some queue systems. Easy to extend.

5.0.2(1y ago)537.0k↓33.3%1[5 PRs](https://github.com/CMProductions/queues/pulls)MITPHPPHP ^7.4 | ^8.0

Since Jul 28Pushed 3mo ago17 watchersCompare

[ Source](https://github.com/CMProductions/queues)[ Packagist](https://packagist.org/packages/pluggit/queues)[ RSS](/packages/pluggit-queues/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (46)Used By (0)

Pluggit - Queues
================

[](#pluggit---queues)

[![Build Status](https://camo.githubusercontent.com/a1380f6f5fbfc47e8a4c03388c7f23be02737942c39de85d53c5069fc8443552/68747470733a2f2f7472617669732d63692e6f72672f434d50726f64756374696f6e732f7175657565732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/CMProductions/queues)[![Build Status](https://camo.githubusercontent.com/c40007498bac8c3b452f0b705f16691462899f8b4ab3a1473c99ef66a17c1e04/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f434d50726f64756374696f6e732f7175657565732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/CMProductions/queues/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/71bce32828c7a9d995505b5007ca162fa0a1534f1375de5643196552f6b7c19a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f434d50726f64756374696f6e732f7175657565732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/CMProductions/queues/?branch=master)

This is the Queues Abstraction Library. It will provide you with two main abstractions:

- [DomainEvent](doc/DomainEvents.md): Publish and subscribe to Domain Events.
- [Tasks](doc/Tasks.md): Produce and Consume Tasks.

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

[](#installation)

```
composer require "pluggit/queues"
```

Environment
-----------

[](#environment)

Start environment

```
make dev
```

Enter environment

```
make enter
```

Tests
-----

[](#tests)

PhpSpec:

```
bin/phpspec run
```

Behat:

```
bin/behat
```

Helpers: Small cli tool for manual execution

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance59

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

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

Every ~96 days

Recently: every ~402 days

Total

31

Last Release

695d ago

Major Versions

1.2.0 → 2.0.02017-02-21

2.0.4 → 3.0.02017-04-19

3.0.3 → 4.0.02017-07-26

4.7.0 → 5.0.02024-06-12

PHP version history (2 changes)5.0.0PHP ^8.0

5.0.1PHP ^7.4 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2595584d57cbf851b56dc1935d9e34d96045fc7b4ca3c64058caa3ed5e3fb504?d=identicon)[techCMP](/maintainers/techCMP)

---

Top Contributors

[![FerCa](https://avatars.githubusercontent.com/u/1258773?v=4)](https://github.com/FerCa "FerCa (79 commits)")[![marcrubiocmp](https://avatars.githubusercontent.com/u/17856285?v=4)](https://github.com/marcrubiocmp "marcrubiocmp (12 commits)")[![mmartinezf](https://avatars.githubusercontent.com/u/29857576?v=4)](https://github.com/mmartinezf "mmartinezf (7 commits)")[![joancmp](https://avatars.githubusercontent.com/u/25739876?v=4)](https://github.com/joancmp "joancmp (6 commits)")[![qu1m](https://avatars.githubusercontent.com/u/3661706?v=4)](https://github.com/qu1m "qu1m (5 commits)")[![fran-pacho](https://avatars.githubusercontent.com/u/93588001?v=4)](https://github.com/fran-pacho "fran-pacho (4 commits)")[![AaronBernabeu](https://avatars.githubusercontent.com/u/3294776?v=4)](https://github.com/AaronBernabeu "AaronBernabeu (3 commits)")[![sabineCMP](https://avatars.githubusercontent.com/u/19949511?v=4)](https://github.com/sabineCMP "sabineCMP (2 commits)")[![jmartinmad](https://avatars.githubusercontent.com/u/17850794?v=4)](https://github.com/jmartinmad "jmartinmad (2 commits)")[![LunaBulnesCMP](https://avatars.githubusercontent.com/u/25008894?v=4)](https://github.com/LunaBulnesCMP "LunaBulnesCMP (2 commits)")[![joelcorominas](https://avatars.githubusercontent.com/u/21951763?v=4)](https://github.com/joelcorominas "joelcorominas (1 commits)")[![jaroslawgabaracmp](https://avatars.githubusercontent.com/u/20397078?v=4)](https://github.com/jaroslawgabaracmp "jaroslawgabaracmp (1 commits)")

---

Tags

domaineventsqueuesrabbitmqtasks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pluggit-queues/health.svg)

```
[![Health](https://phpackages.com/badges/pluggit-queues/health.svg)](https://phpackages.com/packages/pluggit-queues)
```

###  Alternatives

[symfony/messenger

Helps applications send and receive messages to/from other applications or via message queues

1.1k120.7M958](/packages/symfony-messenger)[symfony/amazon-sqs-messenger

Symfony Amazon SQS extension Messenger Bridge

4612.5M15](/packages/symfony-amazon-sqs-messenger)[pmg/queue

A task queue framework for PHP

13460.6k8](/packages/pmg-queue)[webfactory/icu-translation-bundle

Enables ICU message formatting for translations in Symfony applications.

2761.8k](/packages/webfactory-icu-translation-bundle)[amphp/cluster

Building multi-core network applications with PHP.

6224.8k1](/packages/amphp-cluster)[workerman/rabbitmq

Asynchronous rabbitmq client for PHP based on workerman.

4313.4k6](/packages/workerman-rabbitmq)

PHPackages © 2026

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