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(10mo ago)04MITPHPPHP &gt;=8.0CI passing

Since Jul 1Pushed 10mo 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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance57

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68982eb41712cacbe2d2c182399a65e9238200228b23df6470d3fe0c9bce193e?d=identicon)[vesh95](/maintainers/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.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

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

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

41838.2M137](/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)
