Download the PHP package jesugmz/http-health-check without Composer
On this page you can find all versions of the php package jesugmz/http-health-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jesugmz/http-health-check
More information about jesugmz/http-health-check
Files in jesugmz/http-health-check
Download jesugmz/http-health-check
More information about jesugmz/http-health-check
Files in jesugmz/http-health-check
Vendor jesugmz
Package http-health-check
Short Description Simple HTTP health check written in PHP
License MIT
Package http-health-check
Short Description Simple HTTP health check written in PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package http-health-check
HTTP Health Check
HTTP Health Check is a simple HTTP health check written in PHP built on top of Guzzle.
- Easy way to check HTTP services status by status code and body content from your PHP application
- Grant finite HTTP request timeout (Guzzle does not)
- Positive behavior by default. If no conditions are provided, the health will be consider healthy as soon as the request can be made successfully - no connectivity issues
Installation
Install the latest version through Composer:
Usage
HTTP Health Check will do a GET request to the given endpoint URL and can check the following conditions in the response:
- HTTP status code: expressed as
status_code_equals_to
- Body content: plain text that appears in the body response and is expressed as
body_contains
It allows also Guzzle Request Options parameters:
All versions of http-health-check with dependencies
PHP Build Version
Package Version
The package jesugmz/http-health-check contains the following files
Loading the files please wait ....