Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 282 Bytes

health-check

health check is monitor tool.

Installation

Require this package in your composer.json and update composer. This will download the package.

{
    "require": {
        "php": ">=5.5.0",
        "eggdevop/health-check": "dev-master"
    }
}