PHPackages                             dachcom-digital/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dachcom-digital/monitoring

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

dachcom-digital/monitoring
==========================

Pimcore Monitoring - get monitoring information

v4.4.0(9mo ago)231.4k↓35.4%GPL-3.0-or-laterPHPCI passing

Since Feb 6Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/dachcom-digital/pimcore-monitoring)[ Packagist](https://packagist.org/packages/dachcom-digital/monitoring)[ Docs](https://github.com/dachcom-digital/pimcore-monitoring)[ RSS](/packages/dachcom-digital-monitoring/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (18)Used By (0)

Pimcore Monitoring
==================

[](#pimcore-monitoring)

---

Important

This bundle will **not** be compatible with Pimcore 12 or any future Pimcore versions.

For all future development, updates, and documentation, please refer to [opendxp.io](https://www.opendxp.io):

- Access the latest info here:
- Migration of Dachcom Digital Bundles:

**Note:** We are open to partnerships for those interested in porting this bundle to future versions.

For inquiries, please contact:

---

[![Software License](https://camo.githubusercontent.com/cad8c16a3d580a69d8923c98d8de25d21cb00fa54fa60a856a8e1ca657f79db4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Software License](https://camo.githubusercontent.com/e97037437574223b9032209d2ded216fae3bacdc9e5eeed04eb89f2b83a97ba7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d44434c2d77686974652e7376673f7374796c653d666c61742d73717561726526636f6c6f723d253233666635633563)](LICENSE.md)

Fetch health state of your pimcore installation.

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**4.x**`^11.0``6.4`22.09.2023Feature Branchmaster**3.x**`^10.0``5.4`06.01.2022Unsupported[3.x](https://github.com/dachcom-digital/pimcore-monitoring/tree/3.x)**2.x**`^5.0`, `^6.0``3.4`, `^4.4`31.08.2018Unsupported[2.x](https://github.com/dachcom-digital/pimcore-monitoring/tree/2.x)**1.x**`^4.0`--06.02.2017Unsupported[pimcore4](https://github.com/dachcom-digital/pimcore-monitoring/tree/pimcore4)Installation
------------

[](#installation)

```
"require" : {
    "dachcom-digital/monitoring" : "~4.4.0"
}
```

Add Bundle to `bundles.php`:

```
return [
    MonitoringBundle\MonitoringBundle::class => ['all' => true],
];
```

### Install Routes

[](#install-routes)

```
# config/routes.yaml
monitoring:
    resource: '@MonitoringBundle/config/routing.yaml'
```

### Configuration

[](#configuration)

```
# config/packages/monitoring.yaml
monitoring:
    api_code: 'YOUR_API_CODE'
```

Fetch Data
----------

[](#fetch-data)

```
curl --data "apiCode=YOUR_API_CODE" https://www.your-domain.tld/monitoring/fetch
```

Fetch Data By Check
-------------------

[](#fetch-data-by-check)

```
curl --data "apiCode=YOUR_API_CODE" https://www.your-domain.tld/monitoring/fetch?filter=core,heartbeat
```

Create Custom Check
-------------------

[](#create-custom-check)

Create a tagged `pimcore.monitoring.check` service and implement the `CheckInterface` interface.

Available Checks
----------------

[](#available-checks)

- Pimcore version and revision
- PHP (version, memory\_limit and more)
- Kernel (environment, debug)
- Installed Bundles
- Installed AreaBricks
- Available Users

---

Modules
-------

[](#modules)

### Email Log Module

[](#email-log-module)

```
monitoring:
    modules:
        email_log: true # disabled by default
```

```
curl --data "apiCode=YOUR_API_CODE" https://www.your-domain.tld/monitoring/fetch-email-log
```

#### Params

[](#params)

- `onlyErrors`: only fetch logs with errors (Default `false`)
- `startingFrom`: only fetch logs newer than `Y-m-d H:i:s` (Default `null`)
- `limit`: limit log response (Default `100`)

### Heartbeat Module

[](#heartbeat-module)

This module provides a lightweight "heartbeat" mechanism to monitor the execution of periodic maintenance tasks. It helps verify that both the system **cronjob** and the **Symfony Messenger queue** are functioning correctly.

This heartbeat check:

- Confirms that the cronjob is triggering as expected.
- Confirms that the Messenger worker is actively processing jobs.
- Optionally indicates the **duration or load** of the maintenance task by analyzing time deltas between executions.

```
monitoring:
    modules:
        heartbeat: true # disabled by default
```

This will also add a check `hearbeat`.

---

Upgrade Info
------------

[](#upgrade-info)

Before updating, please [check our upgrade notes!](UPGRADE.md)

License
-------

[](#license)

**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com),
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance72

Regular maintenance activity

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~206 days

Recently: every ~168 days

Total

16

Last Release

292d ago

Major Versions

v1.0.0 → v2.0.02018-08-31

v2.1.2 → v3.0.02022-01-06

3.x-dev → v4.0.02023-09-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/700119?v=4)[Stefan Hagspiel](/maintainers/solverat)[@solverat](https://github.com/solverat)

---

Top Contributors

[![solverat](https://avatars.githubusercontent.com/u/700119?v=4)](https://github.com/solverat "solverat (33 commits)")[![mzweifel](https://avatars.githubusercontent.com/u/1950482?v=4)](https://github.com/mzweifel "mzweifel (1 commits)")

---

Tags

backendicingamonitoringpimcore-monitoringmonitoringpimcore

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/dachcom-digital-monitoring/health.svg)

```
[![Health](https://phpackages.com/badges/dachcom-digital-monitoring/health.svg)](https://phpackages.com/packages/dachcom-digital-monitoring)
```

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[liip/monitor-bundle

Liip Monitor Bundle

4728.7M16](/packages/liip-monitor-bundle)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)

PHPackages © 2026

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