PHPackages                             deegitalbe/laravel-trustup-io-health-checker - 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. deegitalbe/laravel-trustup-io-health-checker

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

deegitalbe/laravel-trustup-io-health-checker
============================================

Health checker package for trustup apps

v0.3.0(3y ago)02.8k[1 issues](https://github.com/deegitalbe/laravel-trustup-io-health-checker/issues)MITPHPPHP ^8.1

Since Jul 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/deegitalbe/laravel-trustup-io-health-checker)[ Packagist](https://packagist.org/packages/deegitalbe/laravel-trustup-io-health-checker)[ Docs](https://github.com/deegitalbe/laravel-trustup-io-health-checker)[ RSS](/packages/deegitalbe-laravel-trustup-io-health-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (5)Used By (0)

Health checker package for trustup apps
=======================================

[](#health-checker-package-for-trustup-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/956de1f417ad8e512bbd10029a830916bb82a9a6ff0697d80e9b3137eb3815f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646565676974616c62652f6c61726176656c2d747275737475702d696f2d6865616c74682d636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/deegitalbe/laravel-trustup-io-health-checker)[![GitHub Tests Action Status](https://camo.githubusercontent.com/170bf748cf15bf2796d34ce6ec4a9d606fbc45a32af4f0654d93471c0619de94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f646565676974616c62652f6c61726176656c2d747275737475702d696f2d6865616c74682d636865636b65722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/deegitalbe/laravel-trustup-io-health-checker/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/35c91f74bcb9afa8450a1655a1db302680b1380b082f359fb3c6863811dc253c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f646565676974616c62652f6c61726176656c2d747275737475702d696f2d6865616c74682d636865636b65722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/deegitalbe/laravel-trustup-io-health-checker/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/08f2cbc9db3e2d64a8272dfea5517bf98b97ca1c091a834c06f06fae448a4b42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646565676974616c62652f6c61726176656c2d747275737475702d696f2d6865616c74682d636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/deegitalbe/laravel-trustup-io-health-checker)

Allow to quickly monitor a website.

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

[](#installation)

You can install the package via composer:

```
composer require deegitalbe/laravel-trustup-io-health-checker
```

You have to push the configuration file :

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

Inside the generated `health.php` config file, inside the `'result_stores'`, just enable the `InMemoryHealthResultStore::class` and disable other storages :

```
'result_stores' => [
    /*
    Spatie\Health\ResultStores\EloquentHealthResultStore::class => [
    'model' => Spatie\Health\Models\HealthCheckResultHistoryItem::class,
    'keep_history_for_days' => 5,
    ],

    Spatie\Health\ResultStores\CacheHealthResultStore::class => [
        'store' => 'file',
    ],

    Spatie\Health\ResultStores\JsonFileHealthResultStore::class => [
        'disk' => 's3',
        'path' => 'health.json',
    ],
    */

    Spatie\Health\ResultStores\InMemoryHealthResultStore::class,
],
```

Usage
-----

[](#usage)

You can fetch the in real-time result on the route `/health-json`

Credits
-------

[](#credits)

- [Romain Vause](https://github.com/romainvausetrustup)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

1398d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laraveldeegitalbelaravel-trustup-io-health-checker

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/deegitalbe-laravel-trustup-io-health-checker/health.svg)

```
[![Health](https://phpackages.com/badges/deegitalbe-laravel-trustup-io-health-checker/health.svg)](https://phpackages.com/packages/deegitalbe-laravel-trustup-io-health-checker)
```

###  Alternatives

[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[ziming/laravel-scrapingbee

A PHP Laravel Library for ScrapingBee

4310.6k](/packages/ziming-laravel-scrapingbee)[hotwired-laravel/stimulus-laravel

Use Stimulus in your Laravel app

3015.3k1](/packages/hotwired-laravel-stimulus-laravel)

PHPackages © 2026

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