Monitor and optimize Laravel scheduled tasks for improved performance and reliability
Current Version: 4.1.0
Last Updated: 2025-09-11
PHP Requirement: ^8.1
Dependencies: None
Package Description
The Laravel Schedule Monitor by Spatie is a powerful tool designed to help developers keep track of and optimize scheduled tasks within Laravel applications. By providing detailed insights and notifications, this library ensures that scheduled tasks run smoothly, enhancing the overall performance and reliability of the application.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-schedule-monitor/4.1.0/loader.php';
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTask;
use Spatie\ScheduleMonitor\Commands\ListMonitoredTasks;
use Spatie\ScheduleMonitor\Listeners\CheckForUnmonitoredTasks;
$obj = new MonitoredScheduledTask();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.