PHPackages                             wildphp/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. wildphp/queue

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

wildphp/queue
=============

Simple queue implementation, primarily used for WildPHP

v0.1(7y ago)11.4k[2 PRs](https://github.com/WildPHP/queue/pulls)MITPHPPHP &gt;=7.1.0

Since Apr 27Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (7)Used By (0)

Queue library for WildPHP
=========================

[](#queue-library-for-wildphp)

[![Build Status](https://camo.githubusercontent.com/ac363f6a366ac10667ec7d6af7b53871597f2bbb69825df3b7f1c2a02c3f5883/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57696c645048502f71756575652f6261646765732f6275696c642e706e67)](https://scrutinizer-ci.com/g/WildPHP/queue/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/763d87f7a88597bae66ae3429ee2acb171107e795a66edff0939ae026e5853f3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57696c645048502f71756575652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/WildPHP/queue/?branch=master)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/376f51b361ff134bf7697dbdcb1cea8d5934967959e37deb4287fb475e68fb09/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57696c645048502f71756575652f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/WildPHP/queue/code-structure/master/code-coverage)[![Latest Stable Version](https://camo.githubusercontent.com/193ff10bb2098814f147b1e03861b64b67ab2864eaf298e248c7e1ec40c1c517/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f71756575652f762f737461626c65)](https://packagist.org/packages/wildphp/queue)[![Latest Unstable Version](https://camo.githubusercontent.com/3caccb1829767e1d235ec55114d9ba32e1b0b46dd8c5ffb172e7982a73697f94/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f71756575652f762f756e737461626c65)](https://packagist.org/packages/wildphp/queue)[![Total Downloads](https://camo.githubusercontent.com/a6954aed62259d70de98809f722f7c3cd2f0ce8e0732acc60e04634227be6d25/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f71756575652f646f776e6c6f616473)](https://packagist.org/packages/wildphp/queue)

This library defines a simple (message) queue interface. It sends out messages in the order they came in, but at a limited rate.

Currently implemented features are:

- Basic queue functionality
- Callback queue items
- Burst mode (send a batch of messages before throttling)

The default values are to send 1 message per second with a burst rate of 5 messages. This suits IRC well.

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

[](#installation)

To install this library, you will need [Composer](https://getcomposer.org/).

```
$ composer require wildphp/queue ^0.1

```

Getting started
---------------

[](#getting-started)

This library comes with a set of ready-to-use QueueItems, but you might want to develop your own. More on that later.

The most important classes in the library are the `QueueProcessor` and `BaseQueue`.

More documentation is TBD.

Contributors
------------

[](#contributors)

You can see the full list of contributors [in the GitHub repository](https://github.com/WildPHP/queue/graphs/contributors).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2623d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64cbefa2b33116fa8d909bbeb6add16b949cd91864b693cd9c4797430ee7eb6d?d=identicon)[Yoshi2889](/maintainers/Yoshi2889)

---

Top Contributors

[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[react/socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP

1.3k135.6M456](/packages/react-socket)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k420.9k26](/packages/team-reflex-discord-php)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[react/dns

Async DNS resolver for ReactPHP

537133.1M103](/packages/react-dns)

PHPackages © 2026

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