PHPackages                             vesh95/heartbeat - 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. vesh95/heartbeat

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

vesh95/heartbeat
================

Healthcheck and monitoring interfaces for PHP applications

1.0.0(1y ago)04MITPHPPHP &gt;=8.0CI passing

Since Jul 1Pushed 1y agoCompare

[ Source](https://github.com/vesh95/php-heartbeat)[ Packagist](https://packagist.org/packages/vesh95/heartbeat)[ Docs](https://github.com/vesh95/php-pulse)[ RSS](/packages/vesh95-heartbeat/feed)WikiDiscussions master Synced today

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

Php-pulse
=========

[](#php-pulse)

Php-pulse is a library for PHP that provides a set of interfaces for healthcheck and monitoring.

[![PHP Composer](https://github.com/vesh95/php-heartbeat/actions/workflows/check.yml/badge.svg)](https://github.com/vesh95/php-heartbeat/actions/workflows/check.yml)

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

[](#installation)

To install Php-pulse, run the following command:

```
composer require vesh95/heartbeat

```

Usage
-----

[](#usage)

To use Php-pulse, create a new instance of the `HealthcheckRunner` class and add checks to it. Then, run the checks by calling the `run()` method.

```
use Vesh95\Heartbeat\HealthcheckRunner;
use Vesh95\Heartbeat\Check\CheckInterface;

$runner = new HealthcheckRunner();
$runner->append(new CheckInterface());
$results = $runner->run();
```

The `run()` method returns a `ResultsCollection` object that contains the results of the checks.

Contributing
------------

[](#contributing)

Contributions are welcome. Please see the [contributing guide](CONTRIBUTING.md) for more information.

License
-------

[](#license)

Php-pulse is licensed under the MIT License. See the [license file](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance50

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

366d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16884979?v=4)[Eduard Larionov](/maintainers/vesh95)[@vesh95](https://github.com/vesh95)

---

Top Contributors

[![vesh95](https://avatars.githubusercontent.com/u/16884979?v=4)](https://github.com/vesh95 "vesh95 (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vesh95-heartbeat/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M275](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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