orchestraframework / queue
Bee-queue (Redis, cross-language with Node.js bee-queue) wrapper for the Orchestra microservices framework.
0.0.1
2026-06-11 12:40 UTC
Requires
- php: ^8.3
- g4t/laravel-bee-queue: ^0.0.5
- orchestraframework/framework: ^0.1
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.