PHPackages                             manzadey/sentry-cron-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. manzadey/sentry-cron-monitor

ActivePackage[Utility &amp; Helpers](/categories/utility)

manzadey/sentry-cron-monitor
============================

Package for sentry cron monitors

v0.1.1(3y ago)011MITPHPPHP ^8.1

Since Feb 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Manzadey/sentry-cron-monitor)[ Packagist](https://packagist.org/packages/manzadey/sentry-cron-monitor)[ Docs](https://github.com/manzadey/sentry-cron-monitor)[ Fund](https://opencollective.com/orchid)[ RSS](/packages/manzadey-sentry-cron-monitor/feed)WikiDiscussions master Synced yesterday

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

Sentry Cron Monitor for PHP
===========================

[](#sentry-cron-monitor-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/640fc1af0f9705ff9a315b058634a8c3e6716111485bf92ec32269920be7ae9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e7a616465792f73656e7472792d63726f6e2d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/manzadey/sentry-cron-monitor)[![PHPUnit tests](https://github.com/Manzadey/sentry-cron-monitor/actions/workflows/phpunit-tests.yml/badge.svg?event=push)](https://github.com/Manzadey/sentry-cron-monitor/actions/workflows/phpunit-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/5d91e164e280be00915779ff25cc882331364685bd3c1f28af510d358ce6aeb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e7a616465792f73656e7472792d63726f6e2d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/manzadey/sentry-cron-monitor)

---

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

[](#installation)

You can install the package via composer:

```
composer require manzadey/sentry-cron-monitor
```

Usage
-----

[](#usage)

```
use Manzadey\SentryCronMonitor\CronMonitor;

$monitor = new CronMonitor('dsn');

$monitor->progress('monitorId');
// Get data from progress request
$monitor->getDataProgress();

// our code...

// if a failure is detected in the execution of the task
$monitor->error();

// Get data from error request
$monitor->getDataError();

// or if your task is completed successfully
$monitor->ok();

// Get data from ok request
$monitor->getDataOk();

// Get all data from requests
$monitor->getData();

// get exception errors
$monitor->getErrors();

// check exception errors
$monitor->hasErrors();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Manzadey](https://github.com/manzadey)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

1227d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34869211?v=4)[Andrey Manzadey](/maintainers/Manzadey)[@Manzadey](https://github.com/Manzadey)

---

Top Contributors

[![Manzadey](https://avatars.githubusercontent.com/u/34869211?v=4)](https://github.com/Manzadey "Manzadey (17 commits)")

---

Tags

sentrycron-monitor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manzadey-sentry-cron-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/manzadey-sentry-cron-monitor/health.svg)](https://phpackages.com/packages/manzadey-sentry-cron-monitor)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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