PHPackages                             meletisf/laravel-zen - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. meletisf/laravel-zen

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

meletisf/laravel-zen
====================

A package for providing the health state of the application in order to help load balancers determine the pool membership

1.1(5y ago)14MITPHPPHP &gt;=7.1CI failing

Since Jul 26Pushed 5y ago1 watchersCompare

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

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

Laravel Zen
===========

[](#laravel-zen)

[![Latest Stable Version](https://camo.githubusercontent.com/26bc490977ed2ce0a92ee419c5c6c4c526585e5d6b2e8929b418e6b3d6ef9182/68747470733a2f2f706f7365722e707567782e6f72672f6d656c65746973662f6c61726176656c2d7a656e2f76)](//packagist.org/packages/meletisf/laravel-zen) [![Total Downloads](https://camo.githubusercontent.com/4c0c3ea659d251d000c702b3418230755aa030cbe8bf80a02f2982f7e883bc6f/68747470733a2f2f706f7365722e707567782e6f72672f6d656c65746973662f6c61726176656c2d7a656e2f646f776e6c6f616473)](//packagist.org/packages/meletisf/laravel-zen) [![Latest Unstable Version](https://camo.githubusercontent.com/0847a80787f73c69f1f13e76614fc32258120a11e0cee87e4e8b3583c85a6bc6/68747470733a2f2f706f7365722e707567782e6f72672f6d656c65746973662f6c61726176656c2d7a656e2f762f756e737461626c65)](//packagist.org/packages/meletisf/laravel-zen) [![License](https://camo.githubusercontent.com/75dff40a27de5fefaa0d8d34b17a9873ca47aeb231bc0b93b106293998f22b4e/68747470733a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f6c6963656e7365)](//packagist.org/packages/meletisf/laravel-zen)

Laravel Zen is a package that is used in conjunction with a load balancer's health check feature in order to ensure that no dysfunctional node attempts to serve the user.

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

[](#installation)

```
composer require meletisf/laravel-zen
```

The package will automatically register itself. If you are using an older version of Laravel which does not support automatic registration then please add the following to your `config/app.php`:

```
    'providers' => [
        ...

        /*
         * Package Service Providers...
         */
        Meletisf\Zen\ZenServiceProvider::class,

        ...
    ];

    'aliases' => [
        ...

        Meletisf\Zen\Facades\Zen::class,

        ...
    ];
```

Issues
------

[](#issues)

If something doesn't work as indented, or you want to suggest a change, please open an issue and i will do my best to respond as soon as possible.

TODO
----

[](#todo)

- Improve the test coverage
- Add the ability to pass custom values to the check from the config file

---

Read the **[Wiki](https://github.com/meletisf/laravel-zen/wiki)** for more information on how to setup the package, use it along with a load balancer, and write your own checks.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

2116d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelhealthloadhealth checkbalancer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/meletisf-laravel-zen/health.svg)

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

###  Alternatives

[stepanenko3/nova-health

Laravel Nova tool for checking healthy of your Laravel app

1372.9k](/packages/stepanenko3-nova-health)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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