PHPackages                             sfneal/healthy - 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. sfneal/healthy

ActiveLibrary

sfneal/healthy
==============

Provides health check routes to Laravel applications for determining if the app is "up &amp; running"

2.0.0(4y ago)168.1k↓100%MITShellPHP &gt;=7.3CI failing

Since Oct 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sfneal/healthy)[ Packagist](https://packagist.org/packages/sfneal/healthy)[ Docs](https://github.com/sfneal/healthy)[ RSS](/packages/sfneal-healthy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

Healthy
=======

[](#healthy)

[![Packagist PHP support](https://camo.githubusercontent.com/6b10ddd4dabce19630d389ac7a25aa7f833ca7011eb898290335dcb823414678/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73666e65616c2f6865616c746879)](https://packagist.org/packages/sfneal/healthy)[![Latest Version on Packagist](https://camo.githubusercontent.com/37f4042b4f17db659f83307488d38b057103ecfc2819e5afe415a3bc275d32f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73666e65616c2f6865616c7468792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/healthy)[![Build Status](https://camo.githubusercontent.com/bdb6ddb0879ea6a272685ea159aa898fc08198bd43c2ecdd90c8176095d10ddf/68747470733a2f2f7472617669732d63692e636f6d2f73666e65616c2f6865616c7468792e7376673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.com/sfneal/healthy)[![StyleCI](https://camo.githubusercontent.com/3f37c15671d5df04060f769302aea2c9e0bb9601ecf440a2d4abdaf6dc6a0c86/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3330363035383634322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/306058642?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/35633c0dd75f00df6d4dc882abfa5c9510ab44c83a6a033ca619c6fbc36c86fa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73666e65616c2f6865616c7468792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sfneal/healthy/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/b1a598749b8bad1107faa1b11f74d83a893cf8e8854e5c873eb499161b266de6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73666e65616c2f6865616c7468792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/healthy)

Provides health check routes to Laravel applications for determining if the app is "up &amp; running".

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

[](#installation)

You can install the package via composer:

```
composer require sfneal/healthy
```

Usage
-----

[](#usage)

Determine your Laravel Application is up &amp; running by sending a ping or get request to the '/health' uri. Useful for load balanced deployments with periodic uptime checks.

To change the route or uri used publish the config file.

```
php artisan vendor:publish --provider="Sfneal\Healthy\Providers\HealthyServiceProvider"
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Stephen Neal](https://github.com/sfneal)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~102 days

Total

11

Last Release

1523d ago

Major Versions

0.3.0 → 1.0.02021-01-21

1.1.1 → 2.0.02022-03-08

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

0.1.2PHP &gt;=7.2

2.0.0PHP &gt;=7.3

### Community

Maintainers

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

---

Top Contributors

[![sfneal](https://avatars.githubusercontent.com/u/23200215?v=4)](https://github.com/sfneal "sfneal (53 commits)")

---

Tags

sfnealhealthy

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)

PHPackages © 2026

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