PHPackages                             io-digital/health-check - 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. io-digital/health-check

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

io-digital/health-check
=======================

A Laravel package that performs health checks on your application

v0.3(8y ago)61933MITPHPPHP ~5.6|~7.0

Since Jul 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/io-digital/health-check)[ Packagist](https://packagist.org/packages/io-digital/health-check)[ Docs](https://github.com/io-digital/health-check)[ RSS](/packages/io-digital-health-check/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

HealthCheck
===========

[](#healthcheck)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e47b5fd9742cd16674bc5afeaa5b2f8bbeaffeefff552eff13cdeb1468536d2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/io-digital/health-check)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/a741502cdcb4c508b306043a70a2e0c9190bd3db942097e5757ef0a7a074540c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696f2d6469676974616c2f6865616c7468636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/io-digital/health-check)

HealthCheck provides your Laravel application with a `/healthcheck` endpoint to make it easier nice and easy to view the status of your application.

Install
-------

[](#install)

*supports package auto discovery for Laravel*

Via Composer

```
$ composer require io-digital/health-check
```

Add the ServiceProvider to your config/app.php providers array:

```
IoDigital\HealthCheck\HealthCheckServiceProvider::class,
```

Then run the following command artisan command:

```
$ php artisan vendor:publish --provider="IoDigital\HealthCheck\HealthCheckServiceProvider"
```

This will publish the package config file to `config/healthcheck.php`.

You currently have the options to select which tests to perform:

```
'ssl' => true,
'database' => true,
'application' => true,

//System information
'memory' => false,
'cpu_usage' => false,
```

Usage
-----

[](#usage)

The package automatically adds the `/healthcheck` endpoint to your application. All you need to do is hit that route.

For now the endpoint returns the following:

- `200` reponse
- JSON object with the following layout:

```
{
    "application": {
        "message": "Application is running",
        "success": true
    },
    "database": {
        "message": "There was an error connecting to the database. Error has been logged.",
        "success": false
    },
    "ssl": {
        "message": "SSL is working.",
        "success": true
    }
}
```

Future releases will hope to expand on what is tested.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~1 days

Total

3

Last Release

3214d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0acb24b4d76853e47a3ad42fba61d9c623a7e0ea4d38e52ac134dd953174529b?d=identicon)[io-digital](/maintainers/io-digital)

---

Top Contributors

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

---

Tags

laravelhealthcheckhealth checkIoDigital

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/io-digital-health-check/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[chocofamilyme/laravel-healthcheck

Serves functionality of healthchecks of your application

11105.9k](/packages/chocofamilyme-laravel-healthcheck)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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