PHPackages                             gomagaming/health-checks - 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. gomagaming/health-checks

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

gomagaming/health-checks
========================

Backend Services Health Checks

0.0.5(3y ago)0417MITPHP

Since Aug 17Pushed 3y ago3 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

GomaGaming Health Checks for Laravel
====================================

[](#gomagaming-health-checks-for-laravel)

Description
-----------

[](#description)

- GomaGaming Health Checks allows you to run the "spatie/laravel-health" by calling one simple endpoint, this feature will also save the Tasks Results as well as the Health Checks Results in Redis.
- Create/Update logs for all the Service active/scheduled Tasks.
- Clear those logs by calling another simple endpoint, giving the days prior you want to clear it.
- Get Tasks Data - Task command, label, description, cron expression, last started time and last ended time.

Laravel Version Compatibility
-----------------------------

[](#laravel-version-compatibility)

- Laravel `>= 9.x.x` on PHP `>= 8.0`

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

[](#installation)

```
    composer require gomagaming/health-checks

```

Configuration files
-------------------

[](#configuration-files)

```
    php artisan vendor:publish --tag=gomagaming-health-checks

```

```
    php artisan vendor:publish --tag=health-config

```

On config/health.php and bootstrap/health.php:

- Inside the "result\_stores" array, comment all values but "Spatie\\Health\\ResultStores\\InMemoryHealthResultStore::class".

On config/filesystems.php:

- Add the following disk to the "disks" array:

```
env('HEALTH_CHECKS_SCHEDULER_DISK', 'scheduler') => [
    'driver' => 'local',
    'root' => storage_path('logs/' . env('HEALTH_CHECKS_SCHEDULER_DISK', 'scheduler')),
]

```

Usage
-----

[](#usage)

TODO

Tests
-----

[](#tests)

TODO

```

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

Total

5

Last Release

1327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c1a638471f1c0c46c082e7e205c96a54871f3e91d6a690c1167ceb73bcb23e0?d=identicon)[gomadeve](/maintainers/gomadeve)

---

Top Contributors

[![AdrianoRamalho21](https://avatars.githubusercontent.com/u/28606824?v=4)](https://github.com/AdrianoRamalho21 "AdrianoRamalho21 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[maurymmarques/minify-plugin

A CakePHP plugin that facilitates the use of PHP Minify with CakePHP

595.2k](/packages/maurymmarques-minify-plugin)[imi/magento2-store-switch-all-store-views

This module makes all store views available in the store switcher, regardless of their store or website.

1824.6k](/packages/imi-magento2-store-switch-all-store-views)[spatie/statamic-health

Check the health of your Statamic app

115.3k](/packages/spatie-statamic-health)[elegantly/laravel-referrer

Remember User Origin

122.8k](/packages/elegantly-laravel-referrer)

PHPackages © 2026

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