alahaxe / healthcheck-curl
System checks for alahaxe/healthcheck-bundle
Installs: 6 515
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- php: ^8.0
- alahaxe/healthcheck-contracts: ^1.0
Requires (Dev)
- brianium/paratest: ^6.4
- php-parallel-lint/php-parallel-lint: ^1.3
- phpstan/phpstan: ^1.3
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-15 22:00:42 UTC
README
Installation
Install checker:
composer require alahaxe/healthcheck-curl
Register service in your app:
Alahaxe\HealthCheckBundle\Checks\Curl\CurlCheck: # optional arguments arguments: $url: "https://httpbin.org/get" $name: "curlHttpBin" # optionals arguments $connectTimeout: 2 $timeout: 5 $warningOnTimeout: false # default is to report incident $warningOnFail: false # default is to report incident $trustCertificate: false # self signed ssl cert ? tags: ['lahaxearnaud.healthcheck.check']