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(4mo ago)43.2kMITPHPPHP ^8.1

Since Jan 27Pushed 4mo 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 2w ago

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

46

—

FairBetter than 92% of packages

Maintenance76

Regular maintenance activity

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

130d 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.

79227.1M227](/packages/laravel-mcp)[laravel/cashier

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

2.6k31.8M160](/packages/laravel-cashier)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1614.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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