PHPackages                             cloudoki/frontqueue - 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. [API Development](/categories/api)
4. /
5. cloudoki/frontqueue

AbandonedArchivedLibrary[API Development](/categories/api)

cloudoki/frontqueue
===================

Gearman Jobserver Integration

v0.1.0(9y ago)01.4kMITPHPPHP &gt;=5.4.0

Since Oct 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Cloudoki/FrontQueue)[ Packagist](https://packagist.org/packages/cloudoki/frontqueue)[ RSS](/packages/cloudoki-frontqueue/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

FrontQueue
==========

[](#frontqueue)

The Laravel Queue foreground jobs extension.

The FrontQueue package enables 3 states of job tasking.

### MQ

[](#mq)

The Message Queue default state is what this package is constructed for. One can send a task through a foreground enabled Message Queue, waiting for and returning it's response.

By default, FrontQueue will try to contact a Gearman server, hosted on the same machine.

### Local

[](#local)

For development or local machines, one can communicate through shell script.

Avoid using the Local (sync) mode in production environments.

### Folded

[](#folded)

Folded state is an API setup where BLM is folded into the API (for small or POC projects).

The folded state is ONLY for poc projects, since it requires additional resources without advantage. Enable it in config, by adding:

`'stacked'=> false,`

### Configuration

[](#configuration)

This package publishes the configuration file `config/frontqueue.php` and allows for the Gearman servers to be defined in the `.env` file using the `FRONTQUEUE_GEARMAN_SERVERS` environment variable.

The config value is expected to be in the format `host1:port1[,host2:port2[,...]]` since the connection is performed with the `GearmanClient::addServers()` method.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

3551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46a1f5fb785419ecea5d467ae6b13665998c2850da3cc2c9d5b294021e4d5ddb?d=identicon)[koenbetsens](/maintainers/koenbetsens)

---

Top Contributors

[![koenbetsens](https://avatars.githubusercontent.com/u/3852397?v=4)](https://github.com/koenbetsens "koenbetsens (7 commits)")[![tiagoalves](https://avatars.githubusercontent.com/u/215495?v=4)](https://github.com/tiagoalves "tiagoalves (2 commits)")

---

Tags

apilaravel3-layergearman

### Embed Badge

![Health badge](/badges/cloudoki-frontqueue/health.svg)

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

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162155.1k1](/packages/joisarjignesh-bigbluebutton)

PHPackages © 2026

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