PHPackages                             katmore/healthmon - 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. katmore/healthmon

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

katmore/healthmon
=================

health monitoring webservice

v0.1.1-alpha(7y ago)00MITShellPHP &gt;=7.2.1

Since Dec 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/katmore/healthmon)[ Packagist](https://packagist.org/packages/katmore/healthmon)[ Docs](https://github.com/katmore/healthmon)[ RSS](/packages/katmore-healthmon/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Healthmon
=========

[](#healthmon)

health monitoring webservice

Healthmon is a library that monitors, logs, and sends notifications for one or more [Healthsvc](https://github.com/katmore/healthsvc) webservice endpoints. Additionally, it provides webservice endpoints to examine the latest status and history of *healthsvc* webservice endpoints.

Feature List
------------

[](#feature-list)

The following checkboxes describes features that are planned for inclusion in the **Healthmon** project. Checked items are currently implemented, unchecked items will be available in the future.

**Monitoring and Logging**

- Background worker to log the response a [Healthsvc](https://github.com/katmore/healthsvc) webservice endpoint.
- Background worker to monitor the logs and determine status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests.
- Background worker to monitor the status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests and send notifications.
- Webservice endpoint to provide the status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests.
- Webservice endpoint to allow a response to notifications.

**Notifications**

- **email**
- **push message** via [Amazon SNS](https://aws.amazon.com/sns/)
- **push message** via [AMQP](https://www.amqp.org/) (i.e. [RabbitMQ](https://www.rabbitmq.com/))
- **SMS Text Message** via [Twilio Programmable SMS](https://www.twilio.com/sms)
- **SMS Text Message** via [Amazon SNS Transactional SMS](https://aws.amazon.com/sns/sms-pricing/)
- **Telephone Voice Call** via [Twilio Programmable Voice](https://www.twilio.com/voice)

Usage in Existing Projects
--------------------------

[](#usage-in-existing-projects)

Use *Composer* to add to an existing project.

```
composer require katmore/healthmon
```

Usage as Standalone Service
---------------------------

[](#usage-as-standalone-service)

Download the project:

```
git clone https://github.com/katmore/healthmon.git
```

Update using *Composer*:

```
cd healthmon
composer update
```

Unit Tests
----------

[](#unit-tests)

- [`coverage.txt`](./coverage.txt): unit test coverage report
- [`phpunit.xml`](./phpunit.xml): PHPUnit configuration file
- [`tests/phpunit`](./tests/phpunit): source code for unit tests

To perform unit tests, execute phpunit located in the `vendor/bin` directory.

```
vendor/bin/phpunit
```

The [`tests.sh`](./tests.sh) wrapper script is provided for convenience.

```
./tests.sh
```

Legal
-----

[](#legal)

"Healthmon" is distributed under the terms of the [MIT license](LICENSE) or the [GPLv3](GPLv3) license.

Copyright (c) 2018, Doug Bird. All rights reserved.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2

Last Release

2706d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef3cde32b1ac961c229cb3e76202b38b5d1a2c571334152c6cee08c43732ce7c?d=identicon)[acksponies](/maintainers/acksponies)

---

Top Contributors

[![ackspony](https://avatars.githubusercontent.com/u/1947018?v=4)](https://github.com/ackspony "ackspony (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/katmore-healthmon/health.svg)

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

PHPackages © 2026

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