PHPackages                             gfpublic/healthcheck - 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. gfpublic/healthcheck

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

gfpublic/healthcheck
====================

Check system status

v1.0.1(1y ago)01.9k↓33.3%[1 PRs](https://github.com/gfpublic/healthcheck/pulls)MITPHPPHP &gt;=7.0.0

Since Aug 25Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Пакет проверки здоровья приложения
==================================

[](#пакет-проверки-здоровья-приложения)

Установка
---------

[](#установка)

Ставим пакет

```
composer require gfpublic/healthcheck

```

Если необходимо настраиваем .env. Скорее всего захочется поменять как минимум HEALTHCHECK\_API\_TOKEN или полностью изменить авторизацию токена

```
HEALTHCHECK_ENDPOINT=/api/health
HEALTHCHECK_MIDDLEWARE=healthcheck.auth
HEALTHCHECK_API_TOKEN=health_api_token
HEALTHCHECK_MAX_EXECUTION_TIME=30
HEALTHCHECK_REDIS_CHECK_KEY=redis-health-status
HEALTHCHECK_DB_TABLE=healthcheck

```

Если были внесены изменения в конфиги, сбрасываем кэш

```
php artisan config:cache

```

Копируем файлы конфигураций и миграции

```
php artisan vendor:publish --tag=migrations

```

Запускаем миграцию

```
php artisan migrate

```

Если все прошло гладко, то при обращении к путю `/api/health` (по умолчанию) мы должны увидеть

```
{
   "result": {
       "database": true,
       "redis": true,
       "redispersist": true,
       "database_locks": true,
       "database_activity": true,
       "graylog": true
   },
   "success": true
}

```

Возможно если что-то пойдет не так, необходимо будет сбросить кэш роутов

```
php artisan route:cache

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

3

Last Release

552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e90b4c4c31468e1195e31e8517b9ca52cdd6bf7f1ee9e8e980c2116d439a652?d=identicon)[vadosdog](/maintainers/vadosdog)

![](https://www.gravatar.com/avatar/a3d926b9123ba96dc686f1f0872f3565ad233f9d8a31873c0ac3cba5e5d7fece?d=identicon)[gf-public](/maintainers/gf-public)

### Embed Badge

![Health badge](/badges/gfpublic-healthcheck/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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