PHPackages                             wanmigs/laravel-system-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. wanmigs/laravel-system-check

ActivePackage[Debugging &amp; Profiling](/categories/debugging)

wanmigs/laravel-system-check
============================

A HTTP health check url that can be hit to perform basic application diagnostics

v1.0.0(6y ago)0730mitPHPPHP &gt;=5.3.0

Since Oct 8Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Overview
========

[](#overview)

- implement a HTTP health check API that can be hit to perform basic application diagnostics
- application instance health check
- application release health check

Add Health Check Route to routes/web.php
----------------------------------------

[](#add-health-check-route-to-routeswebphp)

```
use Fligno\System\SystemCheck;

SystemCheck::routes();

```

Routes URL
----------

[](#routes-url)

```
/system/application
/system/release

```

That's it for laravel setup. Below is the manual usage of the functions.

Manual Usage
============

[](#manual-usage)

Setup Health Check
------------------

[](#setup-health-check)

```
use Fligno\System\SystemCheck;

$system = new SystemCheck();

```

Health Check API
----------------

[](#health-check-api)

### `$system->getStatus()`

[](#system-getstatus)

results :

```
{
    'status': 'OK'
    'timestamp': '2019-06-14T04:01:03Z00:00'
    'instance-id': ''
}

```

### `$system->getPhpInfo()`

[](#system-getphpinfo)

Details :

- php version
- php component checks

results :

```
{
    'timestamp': '2019-06-14T04:01:03Z00:00'
    'instance-id': ''
    'php-version': 'php7.2'
    'php-modules': [
        'mbstring',
        . . .
    ]
}

```

### `$system->getReleaseInfo()`

[](#system-getreleaseinfo)

Details :

- information stored from `build.json` generated from CI build

Defining `build.json` path
--------------------------

[](#defining-buildjson-path)

### Option 1

[](#option-1)

### env `GIT_BUILD_FILE_PATH`

[](#env-git_build_file_path)

### Option 2

[](#option-2)

### `$system->setBuildPath($path_to_build_json);`

[](#system-setbuildpathpath_to_build_json)

#### file resource :

[](#file-resource-)

`build.json`

```
{
    'start': '2019-06-14T04:01:03Z00:00'
    'end': '2019-06-14T04:01:03Z00:00',
    'status': 'SUCCESS',
    'branch': '',
    'release': '',
    'commit': '',
    'build': ''
    'config': ''
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10176232?v=4)[wanmigs](/maintainers/wanmigs)[@wanmigs](https://github.com/wanmigs)

---

Top Contributors

[![wanmigs](https://avatars.githubusercontent.com/u/10176232?v=4)](https://github.com/wanmigs "wanmigs (3 commits)")

### Embed Badge

![Health badge](/badges/wanmigs-laravel-system-check/health.svg)

```
[![Health](https://phpackages.com/badges/wanmigs-laravel-system-check/health.svg)](https://phpackages.com/packages/wanmigs-laravel-system-check)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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