From 99b0786f19262c77683a20379f6c2be43fa9267c Mon Sep 17 00:00:00 2001 From: Henry Whitaker <36062479+henrywhitaker3@users.noreply.github.com> Date: Wed, 12 Aug 2020 09:40:04 +0100 Subject: [PATCH 1/2] Update resources.html --- templates/docs/resources.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/docs/resources.html b/templates/docs/resources.html index 80875108..ba4636f6 100644 --- a/templates/docs/resources.html +++ b/templates/docs/resources.html @@ -22,6 +22,7 @@ Please submit additions and corrections
  • crontask.sh – bash wrapper to use in crontab. Supports pinging.
  • SmartCronHelper – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
  • davehope/HealthChecksIOStatusReport – PowerShell module. Supports pinging.
  • +
  • henrywhitaker3/PHP-healthchecks.io – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.
  • Plugins & Integrations

    \ No newline at end of file + From cef71b11599ed2581716afcfe02aad53197958b3 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Wed, 12 Aug 2020 09:53:11 +0100 Subject: [PATCH 2/2] Added PHP wrapper to docs --- templates/docs/resources.html | 2 +- templates/docs/resources.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/docs/resources.html b/templates/docs/resources.html index ba4636f6..8d4e6fed 100644 --- a/templates/docs/resources.html +++ b/templates/docs/resources.html @@ -22,7 +22,7 @@ Please submit additions and corrections
  • crontask.sh – bash wrapper to use in crontab. Supports pinging.
  • SmartCronHelper – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
  • davehope/HealthChecksIOStatusReport – PowerShell module. Supports pinging.
  • -
  • henrywhitaker3/PHP-healthchecks.io – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.
  • +
  • henrywhitaker3/PHP-healthchecks.io – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing, pinging, failing and starting checks. Supports listing integrations.
  • Plugins & Integrations