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

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

vojtabiberle/queue-runner
=========================

Simple daemon in PHP for running background job on server. Uses MongoDB as MessageQueue for job descriptions.

1.0.6(11y ago)0451MITPHP

Since Jan 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/vojtabiberle/QueueRunner)[ Packagist](https://packagist.org/packages/vojtabiberle/queue-runner)[ RSS](/packages/vojtabiberle-queue-runner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

QueueRunner
===========

[](#queuerunner)

Simple daemon for running tasks/scripts from mongo queues.

Installing
----------

[](#installing)

Install project using

```
composer create-project vojtabiberle/queue-runner

```

Copy stuffs from support/etc to etc and settup everything (simple ini file and systemd target).

Add systemd target to running after boot.

```
systemctl daemon-reload #to reload systemd - systemd will notice new target
systemctl start queuerunner #start service
systemctl enable queuerunner #start service after boot

```

Future plans
------------

[](#future-plans)

- Adding better support for more DB adapters
- Adding support for jeremeamia/super\_closure - can run super\_closure at background and plann it

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

8

Last Release

4126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc50665d8114a986d91e0fadae13a85225c1ec955deaa661c0b0906d5f929503?d=identicon)[vojtabiberle](/maintainers/vojtabiberle)

---

Top Contributors

[![vojtabiberle](https://avatars.githubusercontent.com/u/528942?v=4)](https://github.com/vojtabiberle "vojtabiberle (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)[amphp/pipeline

Asynchronous iterators and operators.

7432.7M34](/packages/amphp-pipeline)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)

PHPackages © 2026

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