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

Maintainers

Package info

github.com/orchestraframework/queue

pkg:composer/orchestraframework/queue

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2026-06-11 12:40 UTC

This package is not auto-updated.

Last update: 2026-06-11 22:18:17 UTC


README

Bee-queue integration for the Orchestra Framework. Wraps g4t/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

composer require orchestraframework/queue

Add the provider to config/app.php:

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

Configure

Publish or hand-write config/queue.php. See the full docs.

CLI

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

License

MIT.

queue