PHPackages                             goedemiddag/laravel-schedule-monitor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. goedemiddag/laravel-schedule-monitor

ActiveLibrary[Queues &amp; Workers](/categories/queues)

goedemiddag/laravel-schedule-monitor
====================================

Monitoring for scheduled jobs

v2.1.0(2mo ago)43.1kMITPHPPHP ^8.1

Since Jan 27Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/goedemiddag/laravel-schedule-monitor)[ Packagist](https://packagist.org/packages/goedemiddag/laravel-schedule-monitor)[ RSS](/packages/goedemiddag-laravel-schedule-monitor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (22)Versions (9)Used By (0)

Laravel schedule monitor
========================

[](#laravel-schedule-monitor)

This package allows you to monitor your scheduled commands and jobs.

Supported implementations:

- [Better Stack](https://betterstack.com/docs/uptime/cron-and-heartbeat-monitor/)
- [Sentry](https://docs.sentry.io/product/crons/)

Installation
------------

[](#installation)

First use composer to install the package using the following command

```
composer require goedemiddag/laravel-schedule-monitor
```

Usage
-----

[](#usage)

### Sentry

[](#sentry)

Chain the `monitorWithSentry` method onto the schedule. This method accepts the UUID provided by Sentry.

```
protected function schedule(Schedule $schedule)
{
    $schedule->command(Inspire::class)
        ->daily()
        ->monitorWithSentry('[uuid]')
}
```

### Better Stack

[](#better-stack)

Chain the `monitorWithBetterstack` method onto the schedule. This method accepts the ID provided by Better Stack.

```
protected function schedule(Schedule $schedule)
{
    $schedule->command(Inspire::class)
        ->daily()
        ->monitorWithBetterstack('[id]')
}
```

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance83

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 51.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~166 days

Recently: every ~211 days

Total

8

Last Release

85d ago

Major Versions

v1.5.0 → v2.0.02025-07-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11698012?v=4)[Goedemiddag!](/maintainers/Goedemiddag)[@goedemiddag](https://github.com/goedemiddag)

---

Top Contributors

[![bonroyage](https://avatars.githubusercontent.com/u/4411748?v=4)](https://github.com/bonroyage "bonroyage (17 commits)")[![dcmastenbroek](https://avatars.githubusercontent.com/u/31538560?v=4)](https://github.com/dcmastenbroek "dcmastenbroek (10 commits)")[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (5 commits)")[![silvano-a](https://avatars.githubusercontent.com/u/8051801?v=4)](https://github.com/silvano-a "silvano-a (1 commits)")

---

Tags

laravelcronschedulesentry

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/goedemiddag-laravel-schedule-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/goedemiddag-laravel-schedule-monitor/health.svg)](https://phpackages.com/packages/goedemiddag-laravel-schedule-monitor)
```

###  Alternatives

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.4k](/packages/larastan-larastan)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
