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

ActiveFuel-package[Queues &amp; Workers](/categories/queues)

synergitech/queue
=================

FuelPHP library to integrate easy RabbitMQ publish/consume

v0.5.0(6y ago)124.5k↑120.8%2[3 PRs](https://github.com/SynergiTech/queue/pulls)MITPHP

Since May 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/SynergiTech/queue)[ Packagist](https://packagist.org/packages/synergitech/queue)[ Docs](https://github.com/synergitech/fuelphp-queue)[ RSS](/packages/synergitech-queue/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (3)Versions (12)Used By (0)

synergitech/queue
=================

[](#synergitechqueue)

> An abstraction over RabbitMQ for use in FuelPHP.

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

[](#installation)

```
$ composer require synergitech/queue

```

Usage
-----

[](#usage)

```
class MyTask
{
  public static function sum(...$args)
  {
    return array_sum($args);
  }
}

Queue\Task::enqueue([MyTask::class, 'sum'], [2, 4], 3); # 6
```

Configuration
-------------

[](#configuration)

- `autorun` *(array)* a list of environments where the job is executed immediately, rather than enqueuing a job in RabbitMQ. Defaults to `['development']`, which means that **by default, jobs will immediately execute in development**.
- `queue.host` *(string)* the host where your RabbitMQ instance can be found, defaults to `'127.0.0.1'`
- `queue.port` *(int)* the port where your RabbitMQ instance can be found, defaults to `5672`
- `queue.user` *(string)* the RabbitMQ username, defaults to `'guest'`
- `queue.password` *(string)* the RabbitMQ password, defaults to `'guest'`
- `queue.vhost` *(string)* the RabbitMQ virtual host, defaults to `'/'`

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~131 days

Recently: every ~126 days

Total

8

Last Release

2353d ago

### Community

Maintainers

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

---

Top Contributors

[![Josh-G](https://avatars.githubusercontent.com/u/487384?v=4)](https://github.com/Josh-G "Josh-G (17 commits)")[![williamrenfrew](https://avatars.githubusercontent.com/u/12625062?v=4)](https://github.com/williamrenfrew "williamrenfrew (3 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

84149.7k1](/packages/jwage-phpamqplib-messenger)[pekkis/queue

Queue abstraction library

18129.9k2](/packages/pekkis-queue)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[clivern/chunk

Asynchronous Task Queue Based on Distributed Message Passing for PHP.

378.4k](/packages/clivern-chunk)

PHPackages © 2026

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