PHPackages                             silpo-tech/health-check-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. silpo-tech/health-check-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

silpo-tech/health-check-bundle
==============================

Health check bundle

v1.0.0(10mo ago)03.1k↓13.5%MITPHPPHP &gt;=8.3CI passing

Since Aug 20Pushed 9mo agoCompare

[ Source](https://github.com/silpo-tech/HealthCheckBundle)[ Packagist](https://packagist.org/packages/silpo-tech/health-check-bundle)[ RSS](/packages/silpo-tech-health-check-bundle/feed)WikiDiscussions main Synced 2d ago

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

Health Check Bundle for Symfony Framework
=========================================

[](#health-check-bundle-for-symfony-framework)

[![CI](https://github.com/silpo-tech/HealthCheckBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/silpo-tech/HealthCheckBundle/actions)[![codecov](https://camo.githubusercontent.com/1fe0bc7ee075af78d6e9bf5d330f88123245d7102b8abe00d7125b4dfdf498f0/68747470733a2f2f636f6465636f762e696f2f67682f73696c706f2d746563682f4865616c7468436865636b42756e646c652f67726170682f62616467652e737667)](https://codecov.io/gh/silpo-tech/HealthCheckBundle)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

About
-----

[](#about)

The Health Check Bundle contains endpoint and services that can be used to check if it is up and running

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

[](#installation)

Require the bundle and its dependencies with composer:

```
$ composer require silpo-tech/health-check-bundle
```

Register the bundle:

```
// project/config/bundles.php

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

Routing:

```
health_check:
  resource: '@HealthCheckBundle/Resources/config/routes.yaml'
```

Configuration:

```
health_check:
  apps:
      # for api
      web:
        checkers:
          - doctrine_mongodb
      # for workers
      command:
        checkers:
          - doctrine_mongodb
```

Testing
-------

[](#testing)

### Run Unit and Integration Tests

[](#run-unit-and-integration-tests)

```
composer test:run
```

### Run Full Test Suite (including Application Tests)

[](#run-full-test-suite-including-application-tests)

For application tests that require database services, you can use Docker Compose:

```
# Start database services
docker-compose -f docker-compose.test.yml up -d

# Run all tests including application tests
composer test:run

# Stop database services
docker-compose -f docker-compose.test.yml down
```

### Run Specific Test Suites

[](#run-specific-test-suites)

```
# Unit tests only (no external dependencies)
php bin/phpunit --testsuite unit

# Integration tests only
php bin/phpunit --testsuite integration

# Application tests only (requires database services)
php bin/phpunit --testsuite application
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance55

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

318d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9891deddc63cb60dd472af17aee913a559f29defbe861135037dbbdf99449a6?d=identicon)[food-tech-devs](/maintainers/food-tech-devs)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/silpo-tech-health-check-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/silpo-tech-health-check-bundle/health.svg)](https://phpackages.com/packages/silpo-tech-health-check-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[pimcore/pimcore

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

3.8k3.8M508](/packages/pimcore-pimcore)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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