PHPackages                             basilicom/pimcore-plugin-health-check - 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. basilicom/pimcore-plugin-health-check

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

basilicom/pimcore-plugin-health-check
=====================================

A Pimcore plugin that performs various checks regarding system health.

v1.0.0(6mo ago)01.6k↓47.6%GPL-3.0-or-laterPHPPHP &gt;=8.3

Since Nov 11Pushed 6mo agoCompare

[ Source](https://github.com/basilicom/pimcore-plugin-health-check)[ Packagist](https://packagist.org/packages/basilicom/pimcore-plugin-health-check)[ RSS](/packages/basilicom-pimcore-plugin-health-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Pimcore Plugin Health Check
===========================

[](#pimcore-plugin-health-check)

License: GPL v3

Version information
-------------------

[](#version-information)

Bundle VersionPHPPimcore^1.0^8.3^11 or ^12.0Why?
----

[](#why)

This Pimcore plugin provides an endpoint where upon access a couple of checks regarding system health are performed. Output is SUCCESS or FAILURE. This is suitable for continuous monitoring via StatusCake, Pingdom or a similar service.

The URL to trigger the check is:

```
[domain]/health-check-status

```

Motivation
----------

[](#motivation)

Services like Pingdom and StatusCake should be used by detecting a specific success state instead of looking for closing body tags, status codes or similar indications. A dedicated list of checks helps ensuring a fully functioning web system.

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

[](#installation)

```
composer require basilicom/pimcore-plugin-health-check

```

### Activate Plugin

[](#activate-plugin)

- Add to config/bundles.php

```
return [
    ...
    PimcorePluginHealthCheckBundle::class => ['all' => true],
];

```

### Configuration

[](#configuration)

You can disable certain checks by setting the corresponding config value to false.

```
pimcore_plugin_health_check:
    database_check_enabled: true
    cache_check_enabled: true
    filesystem_check_enabled: true
    robots_txt_check_enabled: true

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance68

Regular maintenance activity

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8125cb6ac31b6665506656894f95f823ce5a0ff0ee0a48830c968ab42813e4?d=identicon)[kerstinbasilicom](/maintainers/kerstinbasilicom)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/basilicom-pimcore-plugin-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/basilicom-pimcore-plugin-health-check/health.svg)](https://phpackages.com/packages/basilicom-pimcore-plugin-health-check)
```

###  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)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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