PHPackages                             orchestraframework/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. [Caching](/categories/caching)
4. /
5. orchestraframework/queue

ActiveLibrary[Caching](/categories/caching)

orchestraframework/queue
========================

Bee-queue (Redis, cross-language with Node.js bee-queue) wrapper for the Orchestra microservices framework.

0.0.1(1mo ago)00MITPHPPHP ^8.3

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/orchestraframework/queue)[ Packagist](https://packagist.org/packages/orchestraframework/queue)[ RSS](/packages/orchestraframework-queue/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

orchestraframework/queue
========================

[](#orchestraframeworkqueue)

Bee-queue integration for the [Orchestra Framework](https://github.com/orchestraframework/framework). Wraps [`g4t/laravel-bee-queue`](https://github.com/hussein4alaa/laravel-bee-queue) — a Redis-backed job queue that's wire-compatible with the Node.js bee-queue library — so the same Redis keys move jobs between PHP and Node.

Install
-------

[](#install)

```
composer require orchestraframework/queue
```

Add the provider to `config/app.php`:

```
'providers' => [
    \Orchestra\Queue\QueueServiceProvider::class,
],
```

Configure
---------

[](#configure)

Publish or hand-write `config/queue.php`. See [the full docs](https://github.com/orchestraframework/framework/blob/main/docs/34-queue.md).

CLI
---

[](#cli)

```
orchestra queue:work [queue] --handler=App\\Handlers\\Foo
orchestra queue:stats [queue]
```

License
-------

[](#license)

MIT.

queue
=====

[](#queue)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

46d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

redisqueuejobsorchestrabee-queue

### Embed Badge

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

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

###  Alternatives

[enqueue/redis

Message Queue Redis Transport

445.7M32](/packages/enqueue-redis)[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228201.4k2](/packages/mjphaynes-php-resque)[javibravo/simpleue

Php package to manage queue tasks in a simple way

131348.6k1](/packages/javibravo-simpleue)[pdffiller/qless-php

PHP Bindings for qless

29113.7k2](/packages/pdffiller-qless-php)[resquebundle/resque

A Symfony 4 bundle to manage Resque job queues

51139.4k1](/packages/resquebundle-resque)[spinx/sidekiq-job-php

Push and schedule jobs to Sidekiq from PHP

37236.2k](/packages/spinx-sidekiq-job-php)

PHPackages © 2026

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