syamsoul/laravel-action-delay
schedule:run or cron jobs), reducing dependency on external systems.sleep() loops, cron entries, or third-party services) for simple delayed actions, lowering technical debt.schedule:run or cron.laravel-schedule or custom solutions.For Executives: "This package lets us delay actions (like sending emails or running reports) to a specific future time with a single command—no cron jobs or external services needed. It’s lightweight, integrates seamlessly with Laravel, and reduces reliance on complex scheduling systems. Perfect for time-sensitive but non-urgent tasks, cutting dev time and infrastructure costs."
For Engineers:
*"Need to delay a job/query without bloating your queue system? This package adds a delay command to Laravel that’s as simple as:
php artisan delay:run --action='App\Jobs\SendEmail::dispatch($user)' --at='2025-07-01 10:00:00'
sleep() hacks."*How can I help you explore Laravel packages today?