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.6k↑103.3%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 2w 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

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

2400d 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.

21332.6M1.5k](/packages/illuminate-queue)[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k10.5M32](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k12](/packages/magento-community-edition)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2822.5M7](/packages/bschmitt-laravel-amqp)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

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