tokenly / consul-health-daemon
A library to monitor services health and report to consul
v0.4.0
2017-10-19 15:41 UTC
Requires
- php: >=7.1.0
- guzzlehttp/guzzle: ~5|~6
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2026-03-15 01:27:32 UTC
README
A library to monitor services health and report to consul
Installation
Add the Laravel package via composer
composer require tokenly/consul-health-daemon
Add the Service Provider
Add the following to the providers array in your application config:
Tokenly\ConsulHealthDaemon\ServiceProvider\ConsulHealthDaemonServiceProvider::class