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

ActiveLibrary

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

v1.0.0(1y ago)015.2k↓45.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 1mo 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

34

—

LowBetter than 77% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

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

607d 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

[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)

PHPackages © 2026

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