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)02.2k—2.9%[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 today

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

30

—

LowBetter than 62% of packages

Maintenance35

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

599d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20300131?v=4)[Vadim Vasilev](/maintainers/vadosdog)[@vadosdog](https://github.com/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

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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