PHPackages                             3slab/vdm-healthcheck-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. 3slab/vdm-healthcheck-bundle

ActiveSymfony-bundle

3slab/vdm-healthcheck-bundle
============================

Provide a simple healthcheck endpoint that checks dependencies too

1.2.0(2y ago)11.6k1proprietaryPHPPHP &gt;=7.2

Since Nov 13Pushed 2y ago3 watchersCompare

[ Source](https://github.com/3slab/VdmHealthcheckBundle)[ Packagist](https://packagist.org/packages/3slab/vdm-healthcheck-bundle)[ RSS](/packages/3slab-vdm-healthcheck-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (10)Versions (7)Used By (0)

VdmHealthcheckBundle
====================

[](#vdmhealthcheckbundle)

[![Build Status](https://camo.githubusercontent.com/76b05a8110a0baef1f3aa14b1cf9f4debd90a32a6807a7d914e84f526fb6fd02/68747470733a2f2f7472617669732d63692e636f6d2f33736c61622f56646d4865616c7468636865636b42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/3slab/VdmHealthcheckBundle)

This bundle provides all the tooling to implement simple healthcheck functionnality.

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

[](#installation)

```
composer require 3slab/vdm-healthcheck-bundle
```

And load the routes in `routing.yml` :

```
vdm_healthcheck:
  resource: "@VdmHealthcheckBundle/Resources/config/routing.yml"
  prefix:   /
```

Configuration
-------------

[](#configuration)

Put your configuration in `config/packages/vdm_healthcheck.yaml` file. This is the default :

```
vdm_healthcheck:
  secret: ~
  liveness_path: /liveness
  liveness_checkers: {}
  readiness_path: /readiness
  readiness_checkers: {}
```

ParameterDefaultDescription`vdm_healthcheck.secret``null`if set, you need to provide the secret as a GET parameter `secret` or in theheader `VDM-HEALTHCHECK-SECRET` to get the detailed result of the healthcheck in the response body.`vdm_healthcheck.liveness_path``/liveness`Change the path of the liveness endpoint.`vdm_healthcheck.liveness_checkers``{}`Configure a list of checker for the liveness endpoint. See below fora detailed explanation.`vdm_healthcheck.readiness_path``/readiness`Change the path of the readiness endpoint.`vdm_healthcheck.readiness_checkers``{}`Configure a list of checker for the readiness endpoint. See below fora detailed explanation.`liveness_checkers` and `readiness_checkers` are hash map. The key is the name given to this check and the value is an hash map to configure the check.

```
vdm_healthcheck:
  liveness_checkers:
    name_of_your_checker:
      type:
      arguments: []
```

Each checker has a name, a type and a list of constructor arguments depending on its type. Arguments support parameters surrounded by `%` or service id prefixed by `@`.

Exemple :

```
vdm_healthcheck:
  liveness_checkers:
    db:
      type: dbal
      arguments:
        - '@doctrine.dbal.default_connection'

```

Checker's types
---------------

[](#checkers-types)

- [Doctrine DBAL](./Resources/doc/checkers/dbal.md)
- [Doctrine ODM](./Resources/doc/checkers/odm.md)
- [HTTP](./Resources/doc/checkers/http.md)

You can also [create your own checker](./Resources/doc/create_your_own_checker.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~307 days

Total

5

Last Release

777d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c22c6eb06bd9de96a2a9391672ce4fee607a63c08c635b539dba8667be570f7?d=identicon)[3slab](/maintainers/3slab)

---

Top Contributors

[![jbouzekri](https://avatars.githubusercontent.com/u/880996?v=4)](https://github.com/jbouzekri "jbouzekri (12 commits)")[![haithoum](https://avatars.githubusercontent.com/u/6132040?v=4)](https://github.com/haithoum "haithoum (3 commits)")[![angelfs](https://avatars.githubusercontent.com/u/7326299?v=4)](https://github.com/angelfs "angelfs (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/3slab-vdm-healthcheck-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/3slab-vdm-healthcheck-bundle/health.svg)](https://phpackages.com/packages/3slab-vdm-healthcheck-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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