PHPackages                             tonicforhealth/health-checker-incident - 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. [API Development](/categories/api)
4. /
5. tonicforhealth/health-checker-incident

ActiveProject[API Development](/categories/api)

tonicforhealth/health-checker-incident
======================================

Health checker incident REST microservice

v0.1.5(9y ago)03MITPHPPHP &gt;=5.5.9

Since Mar 30Pushed 9y ago3 watchersCompare

[ Source](https://github.com/tonicforhealth/health-checker-incident)[ Packagist](https://packagist.org/packages/tonicforhealth/health-checker-incident)[ RSS](/packages/tonicforhealth-health-checker-incident/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (16)Versions (7)Used By (0)

Health checker incident REST microservice
=========================================

[](#health-checker-incident-rest-microservice)

[![License](https://camo.githubusercontent.com/0e19a9fd4cda6e4417888a58ad18c13df70c6f5746c54f2e32e979e1e8fcf6fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746f6e6963666f726865616c74682f6865616c74682d636865636b65722d696e636964656e742e7376673f6d61784167653d32353932303030)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/92a065ef81a0ca7d88b9d0b25afce0f188a1f809454356afd1471574b6a939ca/68747470733a2f2f7472617669732d63692e6f72672f746f6e6963666f726865616c74682f6865616c74682d636865636b65722d696e636964656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tonicforhealth/health-checker-incident)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0e68493502a1f64814193e58931f66d21ad752b19dfdbc1fb4938261869a4e4e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f6e6963666f726865616c74682f6865616c74682d636865636b65722d696e636964656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tonicforhealth/health-checker-incident/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/894c03c42cd76b4ea993ea8ace63b0321c4edbcd702ae55df49cd5b96f09e1ae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f6e6963666f726865616c74682f6865616c74682d636865636b65722d696e636964656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tonicforhealth/health-checker-incident/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/54cceca4aaaf43e4f85d66cea2e0e678d5b1a13385b96c684774965db892c04e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39623731313563302d396262352d343565322d623436302d3938616633623835366336632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9b7115c0-9bb5-45e2-b460-98af3b856c6c)

This service allows Health board system to use interface for aggregating incidents and performs notification transmit for heterogeneous subjects.

Requirements
------------

[](#requirements)

---

- PHP 5.5 or higher
- ext-pdo\_sqlite
- ext-imap

Installation using [Composer](http://getcomposer.org/)
------------------------------------------------------

[](#installation-using-composer)

---

```
composer create-project tonicforhealth/health-checker-incident
```

Setup
-----

[](#setup)

---

For the correct run of health-checker-incident app you need to install cachet:

- [Cachet](https://github.com/CachetHQ/Cachet)

Then set up config for it and other subject items app/config/parameter.php:

```
...
incident.notifications.subjects:
    file:
        file1:
            target: 'fileName'
    request:
        cached:
            target: 'http://localhost:8000/api/v1'
    email:
        drefixs:
            schedule: '* * 0,1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,30,31 * * *'
            target: email@example.com
...

```

Run of the app using symfony built in server
--------------------------------------------

[](#run-of-the-app-using-symfony-built-in-server)

---

```
bin/console server:run
```

Run of the app with docker-compose
----------------------------------

[](#run-of-the-app-with-docker-compose)

---

```
git clone git@github.com:tonicforhealth/health-checker-incident-docker.git
cd health-checker-incident-docker
cp config/parameters.default.yml config/parameters.yml
vi config/parameters.yml # set up right config
docker-compose up -d incident-web
```

What notification types it has:
-------------------------------

[](#what-notification-types-it-has)

---

- file
- request (cachet)
- email

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

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

Recently: every ~29 days

Total

6

Last Release

3575d ago

### Community

Maintainers

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

---

Tags

tonicforhealthhealth-checker-incident

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tonicforhealth-health-checker-incident/health.svg)

```
[![Health](https://phpackages.com/badges/tonicforhealth-health-checker-incident/health.svg)](https://phpackages.com/packages/tonicforhealth-health-checker-incident)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)

PHPackages © 2026

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