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
@@ -36,4 +37,4 @@ Please submit additions and corrections
- HealthTray – Watch your healthchecks in Windows system tray.
- healthchecks/dashboard – A standalone HTML page showing the status of the checks in your account.
- runitor - A command runner with Healthchecks.io integration to keep your scripts and containers simple.
-
\ 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
diff --git a/templates/docs/resources.md b/templates/docs/resources.md
index 4b2845d0..bfe691b8 100644
--- a/templates/docs/resources.md
+++ b/templates/docs/resources.md
@@ -24,6 +24,7 @@ Please submit additions and corrections
* [crontask.sh](https://github.com/pforret/crontask) – bash wrapper to use in crontab. Supports pinging.
* [SmartCronHelper](https://gitlab.science.ru.nl/bram/sch) – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.
* [davehope/HealthChecksIOStatusReport](https://github.com/davehope/HealthChecksIOStatusReport) – PowerShell module. Supports pinging.
+* [henrywhitaker3/PHP-healthchecks.io](https://github.com/henrywhitaker3/PHP-healthchecks.io) – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing, pinging, failing and starting checks. Supports listing integrations.
## Plugins & Integrations