tobono/acorn-queue
Composer 安装命令:
composer require tobono/acorn-queue
包简介
Laravel Queue integration for WordPress using Acorn
README 文档
README
Laravel Queue integration for WordPress using Acorn. This package automatically converts WordPress cron jobs to Laravel queue jobs.
Installation
composer require tobono/acorn-queue
Usage
The package will automatically:
- Disable WordPress cron system
- Intercept all WordPress cron registrations
- Convert them to Laravel queue jobs
- Maintain original scheduling intervals
To run the queue worker:
wp acorn queue:work
Configuration
The package creates a dedicated queue named 'wordpress-crons'. You can configure it in your Laravel queue config.
Credits
- Tobono
- Based on Acorn by Roots
License
MIT
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-22