PHPackages                             fobilow/queuezilla - 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. fobilow/queuezilla

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

fobilow/queuezilla
==================

Framework for consuming MYSQL Queues

1.0.0(11y ago)133BSD-3-ClausePHP

Since May 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/fobilow/queuezilla)[ Packagist](https://packagist.org/packages/fobilow/queuezilla)[ Docs](http://www.fobilow.co.uk/p/queuezilla.html)[ RSS](/packages/fobilow-queuezilla/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

QueueZilla
==========

[](#queuezilla)

QueueZilla is a simple framework that enables you to write MySQL queue consumers quickly and neatly. It enforces key methods via an interface so you can write clean code

### Installation

[](#installation)

Run `composer require fobilow/queuezilla 1.*` or add `"fobilow/queuezilla" :"1.*"` to your `composer.json`.

### Usage

[](#usage)

You will need to create a consumer class that extends the `MySQLQueueConsumer` e.g `MyConsumer` and implement the following methods

- getLockedJob();
- getNewJob();
- doJob();
- completeJob();
- takeABreak()

Then in your CLI script or calling script you call it like this

```
use QueueZilla\Framework\Queue\MySQLQueueConsumer;

$queueConsumer = new MyConsumer();
$queueConsumer->setProcessId('someId'); //maybe a combination of hostname
$queueConsumer->consume();
```

### Contributing

[](#contributing)

If you find a bug or want to improve the code in any way, please submit a pull request

Failing that, just create an issue with the bug you have found, and I'll take it from there :)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4035d ago

### Community

Maintainers

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

---

Top Contributors

[![fobilow](https://avatars.githubusercontent.com/u/115805?v=4)](https://github.com/fobilow "fobilow (1 commits)")

---

Tags

queuesMySQL Queues

### Embed Badge

![Health badge](/badges/fobilow-queuezilla/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

Async utilities and fibers for ReactPHP

2228.8M171](/packages/react-async)[stackkit/laravel-google-cloud-tasks-queue

Google Cloud Tasks queue driver for Laravel

84570.1k](/packages/stackkit-laravel-google-cloud-tasks-queue)[react/promise-stream

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

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)[google/cloud-pubsub

Cloud PubSub Client for PHP

9017.1M63](/packages/google-cloud-pubsub)

PHPackages © 2026

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