PHPackages                             janmikes/symfony-console-sentry-cron-monitoring - 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. [CLI &amp; Console](/categories/cli)
4. /
5. janmikes/symfony-console-sentry-cron-monitoring

ActiveLibrary[CLI &amp; Console](/categories/cli)

janmikes/symfony-console-sentry-cron-monitoring
===============================================

Implementation of Sentry cron monitoring for symfony/console commands

24PHP

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/JanMikes/symfony-console-sentry-cron-monitoring)[ Packagist](https://packagist.org/packages/janmikes/symfony-console-sentry-cron-monitoring)[ RSS](/packages/janmikes-symfony-console-sentry-cron-monitoring/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

1. Install package - `composer require janmikes/symfony-console-sentry-cron-monitoring`
2. Register `Janmikes\SymfonyConsoleSentryCronMonitoring\MonitoringConsoleSubscriber` service to your application (must be tagged as event subscriber)
3. Add `Monitor` attributes to your console commands
4. Profit!

### Minimal

[](#minimal)

```
#[Monitor('0 */4 * * *', Environment::Production)]
class MySuperCoolCommand
```

### Full

[](#full)

```
#[Monitor(
    cronExpression: '0 */4 * * *',
    environment: Environment::Production,
    checkinMargin: 10,
    maxRuntime: 60,
    timezone: 'Europe/Prague',
    arguments: ['some-arg', 'some-another-arg'],
)]
class MySuperCoolCommand
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/64116239dddc003e54be22e0eb0b8f51b0919d9e02258d38c55def7a45587b8a?d=identicon)[janmikes](/maintainers/janmikes)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/janmikes-symfony-console-sentry-cron-monitoring/health.svg)

```
[![Health](https://phpackages.com/badges/janmikes-symfony-console-sentry-cron-monitoring/health.svg)](https://phpackages.com/packages/janmikes-symfony-console-sentry-cron-monitoring)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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