david-garcia/php-resque-scheduler
PHP port of resque-scheduler for php-resque, adding delayed job scheduling. Enqueue jobs to run at a future timestamp or after N seconds, compatible with the Ruby resque-scheduler web UI. Recurring/cron-style jobs not yet supported.
laravel-horizon, bull, or redis/database drivers) already.supervisor + beanstalkd for production).For Executives: "This package lets us schedule background jobs in Laravel using Resque—a lightweight, open-source alternative to paid services. It’s ideal for non-critical tasks like batch processing or internal reports, reducing costs while keeping control over our infrastructure. However, since it’s unmaintained, we’d need to commit to either forking it or replacing it with a supported solution (e.g., Laravel Horizon) as we scale."
For Engineering: *"Pros:
Cons:
Recommendation:
laravel-horizon (for Laravel) or bull (for Redis) if scheduling is a core feature."*How can I help you explore Laravel packages today?