PHPackages                             pierre-tranchard/cron-monitor-bundle - 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. pierre-tranchard/cron-monitor-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

pierre-tranchard/cron-monitor-bundle
====================================

Bundle designed to monitor cron &amp; command

30[1 issues](https://github.com/pierre-tranchard/cron-monitor-bundle/issues)PHP

Since Nov 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pierre-tranchard/cron-monitor-bundle)[ Packagist](https://packagist.org/packages/pierre-tranchard/cron-monitor-bundle)[ RSS](/packages/pierre-tranchard-cron-monitor-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Cron Monitor Bundle
===================

[](#cron-monitor-bundle)

This package is the client side for the cron monitor system.

Install the bundle in your client app as you're used to do and declare the configuration like the following.

```
tranchard_cron_monitor:
    enabled: true
    project:
        name: Cron Monitor Demo App
    api:
        host: http://dev.cron-monitor.localhost
        path: api
        version: v1
        secret: ~
        timeout: 2.0
    fallback:
        transport: filesystem
        target: '%kernel.logs_dir%/cron-monitor'
```

Fallback transport
------------------

[](#fallback-transport)

1. Embedded transport

- The bundle provides two drivers, the filesystem and the mailer.
- The target node in the configuration is designed to be generic (an email, a folder, a slack channel...)

2. Make your own

- The fallback transport is designed to keep a trace of the exchange between the client and the API server.
- Basically you can implement your very own transport driver.
- All you need to do is to implement the `TransportInterface`, extends the `AbstractTransport` class and tag your system using the tag `tranchard.cron_monitor.transport`

Console Component
-----------------

[](#console-component)

- To get the output (stdout / stdrr) sent to the API, please update your console binary in your symfony app like the following

```
$application->run($input, new SharedBufferCronMonitorOutput());
```

- Do not forget to import the class

```
use Tranchard\CronMonitorBundle\Component\Console\SharedBufferCronMonitorOutput;
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/360b56a77426e282759aafb6f43ac6bfa48548719494c36ec750c5d21a760476?d=identicon)[pierre-tranchard](/maintainers/pierre-tranchard)

---

Top Contributors

[![pierre-tranchard](https://avatars.githubusercontent.com/u/1912299?v=4)](https://github.com/pierre-tranchard "pierre-tranchard (12 commits)")

---

Tags

cronmonitoringsymfony-bundle

### Embed Badge

![Health badge](/badges/pierre-tranchard-cron-monitor-bundle/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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