pogo/symfony-queue
最新稳定版本:v0.0.7
Composer 安装命令:
composer require pogo/symfony-queue
包简介
FrankenPHP Queue Driver for Symfony Messenger
README 文档
README
A FrankenPHP Messenger transport for Symfony.
Requirements
- PHP 8.4+
- Symfony 8.0+
- FrankenPHP with
pogo_queuemodule enabled.
Installation
composer require pogo/symfony-queue
Configuration
- Enable the bundle in
config/bundles.php(if not using Flex):
return [ // ... Pogo\Queue\Symfony\PogoQueueBundle::class => ['all' => true], ];
- Configure the transport in
config/packages/messenger.yaml:
framework: messenger: transports: pogo: 'pogo-queue://default' routing: 'App\Message\YourMessage': pogo
Usage
Start your Symfony application with FrankenPHP.
frankenphp run --config Caddyfile
Warning This transport is volatile (in-memory). Messages are lost on server restart.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-08