PHPackages                             filld/health - 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. [Database &amp; ORM](/categories/database)
4. /
5. filld/health

ActiveLaravel5-plugin[Database &amp; ORM](/categories/database)

filld/health
============

Simple health check for your database connections.

v5.5.0(8y ago)22.2k1MITPHP

Since Nov 23Pushed 8y ago5 watchersCompare

[ Source](https://github.com/filld/health)[ Packagist](https://packagist.org/packages/filld/health)[ RSS](/packages/filld-health/feed)WikiDiscussions master Synced 2mo ago

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

Filld Laravel / Lumen Health check
==================================

[](#filld-laravel--lumen-health-check)

A simple plugin for Laravel / Lumen, which enumerates your database connections, and returns a JSON block showing if the connections are healthy or not. It specifically doesn't show the connection names so as to not leak confidential information.

```
{
  "status": true,
  "dbs": {
    "DB_1": true,
    "DB_2": true,
    "DB_3": true
  }
}
```

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

[](#installation)

### Laravel

[](#laravel)

Register the Service provider in `config/app.php`

```
'providers' => [
    // Other Service Providers
    Filld\Health\Providers\HealthServiceProvider::class,
],
```

### Lumen

[](#lumen)

Register the Service provider in `bootstrap/app.php`:

```
$app->register(Filld\Health\Providers\HealthServiceProvider::class);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~216 days

Total

3

Last Release

3026d ago

Major Versions

v1.0.1 → v5.5.02018-01-30

### Community

Maintainers

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

---

Top Contributors

[![russianryebread](https://avatars.githubusercontent.com/u/747085?v=4)](https://github.com/russianryebread "russianryebread (9 commits)")

### Embed Badge

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

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

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[staudenmeir/eloquent-json-relations

Laravel Eloquent relationships with JSON keys

1.1k5.8M24](/packages/staudenmeir-eloquent-json-relations)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.1M11](/packages/bavix-laravel-wallet)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)[gearbox-solutions/eloquent-filemaker

A package for getting FileMaker records as Eloquent models in Laravel

6454.8k2](/packages/gearbox-solutions-eloquent-filemaker)[cybercog/laravel-ownership

Laravel Ownership simplify management of Eloquent model's owner.

9126.6k3](/packages/cybercog-laravel-ownership)

PHPackages © 2026

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