performing/horizon-thread-pool
Composer 安装命令:
composer require performing/horizon-thread-pool
包简介
Run Laravel Horizon workers inside an Async thread pool.
README 文档
README
⚠️ Mostly AI generated and very experimental.
You just need to install the package in your laravel application and run horizon.
composer require performing/horizon-thread-pool
You need of course php true async, with docker it would be something like this:
services: queue: image: ghcr.io/performingdigital/php-async:latest command: php -d memory_limit=-1 artisan horizon working_dir: /app healthcheck: disable: true volumes: - ".:/app" depends_on: - mysql - redis
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-06-22