PHPackages                             cronradar/laravel - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. cronradar/laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

cronradar/laravel
=================

Monitor Laravel scheduled tasks with selective or MonitorAll modes. Auto-discovers keys and schedules.

0.0.8(6mo ago)05proprietaryPHPPHP ^8.1

Since Oct 2Pushed 5mo agoCompare

[ Source](https://github.com/cronradar/cronradar-laravel)[ Packagist](https://packagist.org/packages/cronradar/laravel)[ RSS](/packages/cronradar-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

CronRadar Laravel Package
=========================

[](#cronradar-laravel-package)

Monitor Laravel scheduled tasks automatically. Monitors all tasks by default - use `->skipMonitor()` to opt-out.

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

[](#installation)

```
composer require cronradar/laravel
```

Quick Start
-----------

[](#quick-start)

All tasks are monitored automatically:

```
// In routes/console.php or bootstrap/app.php
use Illuminate\Support\Facades\Schedule;

Schedule::command('emails:send')->hourly();
// Monitored automatically

Schedule::command('reports:generate')->daily();
// Monitored automatically

Schedule::command('internal:cleanup')
    ->daily()
    ->skipMonitor();  // Opt-out
```

Configuration
-------------

[](#configuration)

Add to `.env`:

```
CRONRADAR_API_KEY=ck_app_xxxxx_yyyyy
```

Custom Monitor Keys
-------------------

[](#custom-monitor-keys)

```
$schedule->command('reports:generate')
    ->daily()
    ->monitor('custom-report-key');  // Optional custom key
```

If no key provided, auto-detects from command name.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 10.x, 11.x, or 12.x

Links
-----

[](#links)

- [Documentation](https://docs.cronradar.com)
- [Packagist](https://packagist.org/packages/cronradar/laravel)

**See also:** [CronRadar PHP SDK](https://packagist.org/packages/cronradar/php)

License
-------

[](#license)

© 2025 [CronRadar](https://cronradar.com) - See [LICENSE](./LICENSE)

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance76

Regular maintenance activity

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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 ~5 days

Total

8

Last Release

181d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9b1fcbb2c586235b7b7d86d00b9f296fea14554c25bc4a00b43cd79a1b1f3c4?d=identicon)[cronradar](/maintainers/cronradar)

---

Tags

schedulerlaravelmonitoringartisancrontaskscheduled

### Embed Badge

![Health badge](/badges/cronradar-laravel/health.svg)

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

###  Alternatives

[tobiasdierich/gauge

An easy to use application performance monitor.

14413.1k](/packages/tobiasdierich-gauge)[binarybuilds/laravel-mail-manager

A Laravel mail manager to record and re-send all outgoing emails.

2440.2k1](/packages/binarybuilds-laravel-mail-manager)

PHPackages © 2026

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