tobono / acorn-queue
Laravel Queue integration for WordPress using Acorn
dev-main
2025-01-22 19:29 UTC
Requires
- php: ^8.2
- illuminate/queue: ^11.0
- illuminate/support: ^11.0
- tobono/acorn-eloquent: dev-main
This package is not auto-updated.
Last update: 2025-07-05 03:13:57 UTC
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