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

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

indigophp/fuel-queue
====================

Fuel wrapper around Indigo Queue package

v1.0.0(11y ago)2211MITPHP

Since Jan 27Pushed 11y ago2 watchersCompare

[ Source](https://github.com/indigophp-archive/fuel-queue)[ Packagist](https://packagist.org/packages/indigophp/fuel-queue)[ Docs](https://indigophp.com)[ RSS](/packages/indigophp-fuel-queue/feed)WikiDiscussions develop Synced 2mo ago

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

Fuel Queue
==========

[](#fuel-queue)

[![Build Status](https://camo.githubusercontent.com/94592ae802b073fe64bed245827e92caca9692f6ff562d15640ed4b6eef313ab/68747470733a2f2f7472617669732d63692e6f72672f696e6469676f7068702f6675656c2d71756575652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/indigophp/fuel-queue)[![Latest Stable Version](https://camo.githubusercontent.com/f3167971e034da40d1932d73fc1557b3ae3bc960e597cec7261f8567d278ac16/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d71756575652f762f737461626c652e706e67)](https://packagist.org/packages/indigophp/fuel-queue)[![Total Downloads](https://camo.githubusercontent.com/8e6190588622309d50b43522fd65883f028282eb57d882a557cd1125c9d38d22/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d71756575652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/indigophp/fuel-queue)[![License](https://camo.githubusercontent.com/2ebb189151aaf5224448b1abcc08fb763772c0dffc0623a23a1440bbec273a69/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d71756575652f6c6963656e73652e706e67)](https://packagist.org/packages/indigophp/fuel-queue)[![Dependency Status](https://camo.githubusercontent.com/52c3b4fcca2f4e61ec14fcbc91769352f8a12d5b20cb8157aa0b6579e7694b1e/687474703a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533643032363939656164386233663431303030303030392f62616467652e7376673f7374796c653d666c6174)](http://www.versioneye.com/user/projects/53d02699ead8b3f410000009)

**This package is a wrapper around [indigophp/queue](https://github.com/indigophp/queue) package.**

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "indigophp/fuel-queue": "@stable"
    }
}
```

Usage
-----

[](#usage)

```
// Simple way
\Queue::forge('process');
```

Run your worker

```
oil r worker process
```

```
oil r worker *queue* [connector] [--quiet]
```

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

[](#configuration)

```
'process' => function () {
    $pheanstalk = new Pheanstalk_Pheanstalk('localhost', 11300);
    return new Indigo\Queue\Connector\BeanstalkdConnector($pheanstalk);
}
```

Credits
-------

[](#credits)

- [Márk Sági-Kazár](https://github.com/sagikazarmark)
- [All Contributors](https://github.com/indigophp/fuel-queue/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/indigophp/fuel-queue/blob/develop/LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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

4308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e4e105cea62b616d4cb376b08a849b6a428f646998537de150d16a8eb537b90?d=identicon)[mark.sagikazar](/maintainers/mark.sagikazar)

![](https://www.gravatar.com/avatar/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (36 commits)")

---

Tags

queuejobfuelworker

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[clue/mq-react

Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP

144691.7k4](/packages/clue-mq-react)[swarrot/swarrot

A simple lib to consume RabbitMQ queues

3654.4M8](/packages/swarrot-swarrot)[imtigger/laravel-job-status

Laravel Job Status

5272.1M2](/packages/imtigger-laravel-job-status)[jms/job-queue-bundle

Allows to run and schedule Symfony console commands as background jobs.

3462.3M5](/packages/jms-job-queue-bundle)[tarantool/queue

PHP bindings for Tarantool Queue.

64136.2k4](/packages/tarantool-queue)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)

PHPackages © 2026

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