PHPackages                             mainlycode/health-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. mainlycode/health-bundle

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

mainlycode/health-bundle
========================

Symfony bundle for adding a /health endpoint to your application

0.4.0(2y ago)02.5k1[1 PRs](https://github.com/mainlycode/health-bundle/pulls)MITPHPPHP ^8.2

Since May 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mainlycode/health-bundle)[ Packagist](https://packagist.org/packages/mainlycode/health-bundle)[ RSS](/packages/mainlycode-health-bundle/feed)WikiDiscussions main Synced 3w ago

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

mainlycode/health-bundle
========================

[](#mainlycodehealth-bundle)

Symfony bundle for adding a /health endpoint to your application

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

[](#installation)

Install the bundle with [Composer](https://getcomposer.org/):

```
composer require mainlycode/health-bundle

```

Register the bundle in your application (`config/bundles.php`):

```
return [
    /** your other bundles */
    MainlyCode\HealthBundle\HealthBundle::class => ['all' => true],
];
```

To add the route to your application, add the following to your `config/routing.yaml`:

```
health:
    resource: '@HealthBundle/config/routing.yaml'
```

or if you are importing routes in PHP:

```
// config/routes.php
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;

return function (RoutingConfigurator $routes) {
    $routes->import('@HealthBundle/config/routing.yaml');
};
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84% 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 ~280 days

Total

5

Last Release

744d ago

PHP version history (3 changes)0.1.0PHP &gt;=7.3

0.2.0PHP ^8.1

0.4.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e56158df0a7656e82c3fe2cee4d8173ef9c26fcd8882abd7dadfbdbd9eb93f89?d=identicon)[othillo](/maintainers/othillo)

---

Top Contributors

[![othillo](https://avatars.githubusercontent.com/u/2786663?v=4)](https://github.com/othillo "othillo (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mainlycode-health-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

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

The Illuminate Session package.

9939.3M846](/packages/illuminate-session)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

645.9M39](/packages/symfony-ux-autocomplete)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.3M491](/packages/typo3-cms-install)

PHPackages © 2026

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