Browse Source

Added PHP wrapper to docs

pull/411/head^2
Henry Whitaker 4 years ago
parent
commit
cef71b1159
No known key found for this signature in database GPG Key ID: EF1AC027AD9AB13A
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      templates/docs/resources.html
  2. +1
    -0
      templates/docs/resources.md

+ 1
- 1
templates/docs/resources.html View File

@ -22,7 +22,7 @@ Please submit additions and corrections
<li><a href="https://github.com/pforret/crontask">crontask.sh</a> – bash wrapper to use in crontab. Supports pinging.</li> <li><a href="https://github.com/pforret/crontask">crontask.sh</a> – bash wrapper to use in crontab. Supports pinging.</li>
<li><a href="https://gitlab.science.ru.nl/bram/sch">SmartCronHelper</a> – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.</li> <li><a href="https://gitlab.science.ru.nl/bram/sch">SmartCronHelper</a> – A cron shell wrapper. Automatically registers and pings cron jobs listed in crontab.</li>
<li><a href="https://github.com/davehope/HealthChecksIOStatusReport">davehope/HealthChecksIOStatusReport</a> – PowerShell module. Supports pinging.</li> <li><a href="https://github.com/davehope/HealthChecksIOStatusReport">davehope/HealthChecksIOStatusReport</a> – PowerShell module. Supports pinging.</li>
<li><a href="https://github.com/henrywhitaker3/PHP-healthchecks.io">henrywhitaker3/PHP-healthchecks.io</a> – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing and pinging checks. Supports listing integrations.</li>
<li><a href="https://github.com/henrywhitaker3/PHP-healthchecks.io">henrywhitaker3/PHP-healthchecks.io</a> – API wrapper in PHP. Supports listing, creating, updating, deleting, pausing, pinging, failing and starting checks. Supports listing integrations.</li>
</ul> </ul>
<h2>Plugins &amp; Integrations</h2> <h2>Plugins &amp; Integrations</h2>
<ul> <ul>


+ 1
- 0
templates/docs/resources.md View File

@ -24,6 +24,7 @@ Please submit additions and corrections
* [crontask.sh](https://github.com/pforret/crontask) – bash wrapper to use in crontab. Supports pinging. * [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. * [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. * [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 ## Plugins & Integrations


Loading…
Cancel
Save