orchestraframework/queue
Composer 安装命令:
composer require orchestraframework/queue
包简介
Bee-queue (Redis, cross-language with Node.js bee-queue) wrapper for the Orchestra microservices framework.
README 文档
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-11