tonicforhealth / health-checker-service-checks
Suite of the service checks for health-checker
v0.1.2
2016-09-15 18:12 UTC
Requires
Requires (Dev)
- doctrine/orm: ^2.4
- elasticsearch/elasticsearch: ^2.1
- phpunit/dbunit: ~2.0
- phpunit/phpunit: ~4.8|~5.3
- predis/predis: ^1.1
- stomp-php/stomp-php: ^4.1
Suggests
- doctrine/orm: Allows to perform db(mySQL) checks
- elasticsearch/elasticsearch: Allows to perform elasticsearch checks
- predis/predis: Allows to perform redis checks
- stomp-php/stomp-php: Allows to perform activeMQ(stomp) checks
This package is not auto-updated.
Last update: 2024-11-09 19:56:28 UTC
README
This package contain the suite of service checks for health-board-engine. Each of the checks implement unify interface ZendDiagnostics\Check\CheckInterface. It make possible to use this checks with other components based on ZendDiagnostics performCheck interface.
Installation using Composer
$ composer require tonicforhealth/health-checker-service-checks