codin/healthchecks-io

healthchecks-io sdk

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/codin/healthchecks-io

0.1.2 2022-03-22 05:21 UTC

This package is auto-updated.

Last update: 2025-09-22 12:59:44 UTC


README

version workflow license

Usage

$pinger = new Codin\Healthchecks\Ping('0d338dcc-a054-11ec-b909-0242ac120002');
$pinger->start();
try {
    // do some stuff
    $pinger->success();
} catch (Exception $e) {
    $pinger->fail();
}