PHPackages                             naumov-adata/health-notify - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. naumov-adata/health-notify

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

naumov-adata/health-notify
==========================

HealthNotifier is a library for performing system health checks and sending notifications upon issue detection. Easily configurable to fit your project's needs, it ensures continuous monitoring of your applications and prompts quick responses to failures, enhancing the reliability and stability of your infrastructure.

v1.1.1(1y ago)02.0k↓25%proprietaryPHPPHP ^8.1

Since Oct 8Pushed 1y ago1 watchersCompare

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

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

Healthcheck Notify
==================

[](#healthcheck-notify)

HealthNotifier is a library for performing system health checks and sending notifications upon issue detection. Easily configurable to fit your project's needs, it ensures continuous monitoring of your applications and prompts quick responses to failures, enhancing the reliability and stability of your infrastructure.

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

[](#installation)

To install the library, run the following command:

```
composer require naumov-adata/health-notify
```

To register the provider, add the following in the `providers` section of the `config/app.php` file:

```
\HealthNotify\Providers\HealthNotifyServiceProvider::class
```

Dependencies
------------

[](#dependencies)

The library requires the following dependencies:

- PHP version `^8.1`
- illuminate/console version `^9.0|^10.0`
- adata-team/healthchecker version `^2.0`
- illuminate/container version `^9.0|^10.0`
- illuminate/support version `^9.0|^10.0`

This library is designed for Laravel 10+ and requires the `adata-team/healthchecker` library to function.

Telegram Notification Setup
---------------------------

[](#telegram-notification-setup)

1. In Telegram, find the BotFather bot and create a new bot, save the token as it will be needed below.
2. Create a channel, make the bot an administrator of the channel, and get the channel ID.
3. Add the following parameters to the `.env` file:

```
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=

```

Set the obtained values accordingly.

Verifying Functionality
-----------------------

[](#verifying-functionality)

Ensure that the `adata-team/healthchecker` library is working and checks the necessary services.

Cron Setup
----------

[](#cron-setup)

Add the following command to cron with the desired frequency:

```
php artisan health:notify
```

License
-------

[](#license)

Proprietary. This library has a proprietary license.

Authors
-------

[](#authors)

- naumov ([naumov\_@mail.ru](mailto:naumov_@mail.ru))

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

580d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2cd3e80f9486bb0782d60aded76b092faabe0e9b22ff3884a1fcd4534bc224e?d=identicon)[naumov-adata](/maintainers/naumov-adata)

---

Top Contributors

[![naumov007](https://avatars.githubusercontent.com/u/32120423?v=4)](https://github.com/naumov007 "naumov007 (19 commits)")

### Embed Badge

![Health badge](/badges/naumov-adata-health-notify/health.svg)

```
[![Health](https://phpackages.com/badges/naumov-adata-health-notify/health.svg)](https://phpackages.com/packages/naumov-adata-health-notify)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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