PHPackages                             ckdarby/php-uptimerobot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ckdarby/php-uptimerobot

ActiveLibrary[API Development](/categories/api)

ckdarby/php-uptimerobot
=======================

PHP Wrapper for UptimeRobot.com API

v0.2.0(8y ago)3827.1k13[1 PRs](https://github.com/ckdarby/PHP-UptimeRobot/pulls)2MITPHPPHP &gt;=5.4.0

Since Oct 25Pushed 8y ago4 watchersCompare

[ Source](https://github.com/ckdarby/PHP-UptimeRobot)[ Packagist](https://packagist.org/packages/ckdarby/php-uptimerobot)[ Docs](https://github.com/ckdarby/PHP-UptimeRobot/)[ RSS](/packages/ckdarby-php-uptimerobot/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (2)

PHP Wrapper For UptimeRobot.com
===============================

[](#php-wrapper-for-uptimerobotcom)

This is a basic PHP wrapper for

Prerequisites
-------------

[](#prerequisites)

- Configure the $config apiKey
- Must be running PHP &gt;= 5.4
- Format will be JSON &amp; there will be no JSONCallback

Composer
--------

[](#composer)

Add this to your composer.json

```
{
    "require": {
        "ckdarby/php-uptimerobot": "@stable"
    }
}
```

Example
-------

[](#example)

```
