tobono/acorn-queue

Laravel Queue integration for WordPress using Acorn

dev-main 2025-01-22 19:29 UTC

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:

  1. Disable WordPress cron system
  2. Intercept all WordPress cron registrations
  3. Convert them to Laravel queue jobs
  4. 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