PHPackages                             synergitech/cronitor-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. synergitech/cronitor-laravel

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

synergitech/cronitor-laravel
============================

v1.0.0(1y ago)015.4k↓77.8%1[1 PRs](https://github.com/SynergiTech/cronitor-laravel/pulls)MITPHP

Since Apr 28Pushed 1y ago4 watchersCompare

[ Source](https://github.com/SynergiTech/cronitor-laravel)[ Packagist](https://packagist.org/packages/synergitech/cronitor-laravel)[ RSS](/packages/synergitech-cronitor-laravel/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

cronitor-laravel
================

[](#cronitor-laravel)

[![Tests](https://github.com/SynergiTech/cronitor-laravel/actions/workflows/tests.yaml/badge.svg)](https://github.com/SynergiTech/cronitor-laravel/actions/workflows/tests.yaml)

Install
-------

[](#install)

```
composer require "synergitech/cronitor-laravel"
```

### Version compatibility

[](#version-compatibility)

- Laravel 6.x-8.x
- PHP 7.3-7.4, 8.0

### Configuration

[](#configuration)

```
php artisan vendor:publish --provider="SynergiTech\Cronitor\Laravel\CronitorServiceProvider"
```

Usage
-----

[](#usage)

### Automatically monitoring a Job

[](#automatically-monitoring-a-job)

Your Jobs can be automatically monitored by this package by implementing the `HasCronitorKey` contract.

```
use SynergiTech\Cronitor\Laravel\Contracts\HasCronitorKey;

class YourJob implements HasCronitorKey
{
    public function getMonitorKey(): string
    {
        return 'your monitor key from cronitor.io';
    }
}
```

When your Job is dispatched, a Dispatcher middleware will automatically send telemetry events based on whether your job is successful.

### Monitoring arbitrary code

[](#monitoring-arbitrary-code)

Additionally, you can monitor any callback via the `Cronitor` facade:

```
use SynergiTech\Cronitor\Laravel\Facades\Cronitor;

class YourClass
{
    public function handle()
    {
        Cronitor::monitorJob('your monitor key', function () {
            throw new \Exception('This will automatically be reported as a fail event');
        });
    }
}
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~413 days

Total

4

Last Release

653d ago

Major Versions

v0.2.1 → v1.0.02024-09-19

### Community

Maintainers

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

---

Top Contributors

[![Josh-G](https://avatars.githubusercontent.com/u/487384?v=4)](https://github.com/Josh-G "Josh-G (12 commits)")[![willpower232](https://avatars.githubusercontent.com/u/1619102?v=4)](https://github.com/willpower232 "willpower232 (3 commits)")[![cdr0y](https://avatars.githubusercontent.com/u/57365053?v=4)](https://github.com/cdr0y "cdr0y (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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