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. [HTTP &amp; Networking](/categories/http)
4. /
5. 3slab/vdm-healthcheck-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

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 3w 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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

828d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46128985?v=4)[3S.Lab](/maintainers/3slab)[@3slab](https://github.com/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

[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M337](/packages/api-platform-core)

PHPackages © 2026

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