tokenly / consul-health-daemon
A library to monitor services health and report to consul
Installs: 8 653
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- guzzlehttp/guzzle: ~5|~6
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2024-10-26 17:56:02 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