PHPackages                             dotkernel/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. [HTTP &amp; Networking](/categories/http)
4. /
5. dotkernel/queue

ActiveProject[HTTP &amp; Networking](/categories/http)

dotkernel/queue
===============

Dotkernel queue system

1.0.0(8mo ago)1012[8 issues](https://github.com/dotkernel/queue/issues)[1 PRs](https://github.com/dotkernel/queue/pulls)MITPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Jul 17Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/dotkernel/queue)[ Packagist](https://packagist.org/packages/dotkernel/queue)[ Docs](https://github.com/dotkernel/queue)[ RSS](/packages/dotkernel-queue/feed)WikiDiscussions 1.0 Synced 1mo ago

READMEChangelog (1)Dependencies (15)Versions (12)Used By (0)

Queue
=====

[](#queue)

Important

Dotkernel component used to queue tasks to be processed asynchronously based on [netglue/laminas-messenger](https://github.com/netglue/laminas-messenger)

A queue system is a vital part in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.

This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.

The greatest benefit is to application responsiveness, which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.

The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.

[![Queue process](https://camo.githubusercontent.com/49306e963fa75fa34836fb5ab677a7cb2162434b69fa9c939dd4a7ea85fad4ac/68747470733a2f2f646f63732e646f746b65726e656c2e6f72672f696d672f71756575652f736368656d612e706e67)](https://camo.githubusercontent.com/49306e963fa75fa34836fb5ab677a7cb2162434b69fa9c939dd4a7ea85fad4ac/68747470733a2f2f646f63732e646f746b65726e656c2e6f72672f696d672f71756575652f736368656d612e706e67)

Badges
------

[](#badges)

[![OSS Lifecycle](https://camo.githubusercontent.com/70467f0e178410714e6fa10ebd2e277b7f4e291ba70639edde03477d85da8c61/68747470733a2f2f696d672e736869656c64732e696f2f6f73736c6966656379636c652f646f746b65726e656c2f7175657565)](https://camo.githubusercontent.com/70467f0e178410714e6fa10ebd2e277b7f4e291ba70639edde03477d85da8c61/68747470733a2f2f696d672e736869656c64732e696f2f6f73736c6966656379636c652f646f746b65726e656c2f7175657565)[![Packagist Dependency Version](https://camo.githubusercontent.com/cf002a012c166742bc5e1637ec86b35eb60c1c93a21fe886caed2cc724c70093/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f646f746b65726e656c2f71756575652f706870)](https://camo.githubusercontent.com/cf002a012c166742bc5e1637ec86b35eb60c1c93a21fe886caed2cc724c70093/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f646f746b65726e656c2f71756575652f706870)

[![GitHub issues](https://camo.githubusercontent.com/836f4f07ab1f8f4041fc0bc96de78f90489dd590cdad1f9722bf2c423c99d32b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f646f746b65726e656c2f7175657565)](https://github.com/dotkernel/queue/issues)[![GitHub forks](https://camo.githubusercontent.com/445729077414b10caa73a3ecb7e199b731ba31d11d596c229983efb7a264ef35/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f646f746b65726e656c2f7175657565)](https://github.com/dotkernel/queue/network)[![GitHub stars](https://camo.githubusercontent.com/c51e1e56f4cb6c69bc3a98290aafbcab918f57ce95c6d90eb5368216544942b0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f646f746b65726e656c2f7175657565)](https://github.com/dotkernel/queue/stargazers)[![GitHub license](https://camo.githubusercontent.com/99aa3f23243a684ea2a0e270dd31a72389a41070bdc0fca070fd2137a3598416/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646f746b65726e656c2f7175657565)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md)

[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)[![codecov](https://camo.githubusercontent.com/d0d6a01c62db3ff484b9b61cf6eba168be78efc39f5f4da0bcf99e7d0a37c211/68747470733a2f2f636f6465636f762e696f2f67682f646f746b65726e656c2f71756575652f67726170682f62616467652e7376673f746f6b656e3d70657853663477496863)](https://codecov.io/gh/dotkernel/queue)[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)

Documentation
-------------

[](#documentation)

Documentation is available at:

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance59

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

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 ~59 days

Total

2

Last Release

205d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1156873?v=4)[Dotkernel](/maintainers/dotkernel)[@dotkernel](https://github.com/dotkernel)

---

Top Contributors

[![arhimede](https://avatars.githubusercontent.com/u/22009710?v=4)](https://github.com/arhimede "arhimede (51 commits)")[![SergiuBota1](https://avatars.githubusercontent.com/u/50962867?v=4)](https://github.com/SergiuBota1 "SergiuBota1 (48 commits)")[![alexmerlin](https://avatars.githubusercontent.com/u/4542449?v=4)](https://github.com/alexmerlin "alexmerlin (5 commits)")[![pinclau](https://avatars.githubusercontent.com/u/24491812?v=4)](https://github.com/pinclau "pinclau (2 commits)")[![kakapiciu](https://avatars.githubusercontent.com/u/30651114?v=4)](https://github.com/kakapiciu "kakapiciu (1 commits)")

---

Tags

psrpsr-7middlewarePSR-11laminaspsr-15mezzioSkeleton

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[mezzio/mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!

12726.2k](/packages/mezzio-mezzio-skeleton)[mezzio/mezzio

PSR-15 Middleware Microframework

3883.6M97](/packages/mezzio-mezzio)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.0M61](/packages/mezzio-mezzio-router)[mezzio/mezzio-tooling

Migration and development tooling for Mezzio

191.1M21](/packages/mezzio-mezzio-tooling)[php-middleware/php-debug-bar

PHP Debug Bar PSR-15 middleware with PSR-7

76433.5k2](/packages/php-middleware-php-debug-bar)[mezzio/mezzio-helpers

Helper/Utility classes for Mezzio

134.3M67](/packages/mezzio-mezzio-helpers)

PHPackages © 2026

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