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

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

romaninsh/queue
===============

Queue implementation for Agile Toolkit

03.5kPHP

Since Sep 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/romaninsh/queue)[ Packagist](https://packagist.org/packages/romaninsh/queue)[ RSS](/packages/romaninsh-queue/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Queue Implementation for Agile Toolkit
=============================================

[](#simple-queue-implementation-for-agile-toolkit)

This is an implementation of a simple queuing mechanism based on MySQL table. The goal of this implementation is to be simple and accessible to developer, for a high-performance queues [look at alternatives](http://en.wikipedia.org/wiki/Message_queue).

[![Sample Screenshot](doc/screenshot1.png)](doc/screenshot1.png)

Installing
----------

[](#installing)

You can install either from git or through composer. . Refer to add-on installation documentation for Agile Toolkit.

Usage
-----

[](#usage)

- Import doc/queue.sql.
- Whenever you need to use queue:

```
$processor = $this->add('romaninsh/queue/Controller_QueueProcessor');

```

- call `$processor->schedule($model)`. This will schedule call to method `$model->process` for each record in accessible set (respects conditions).
- call `processor->process()` to reserve 5 (default) records from the queue and process them.

Demo Video
----------

[](#demo-video)

In-detail walkthrough is available here:

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/426ad318d07e7685454f7e449a9d0c9f005b83aef0777558d97d854ff9c28a5a?d=identicon)[romaninsh](/maintainers/romaninsh)

---

Top Contributors

[![romaninsh](https://avatars.githubusercontent.com/u/453929?v=4)](https://github.com/romaninsh "romaninsh (2 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M513](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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