PHPackages                             geocodio/uptimerobot-api-client - 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. geocodio/uptimerobot-api-client

ActiveLibrary[API Development](/categories/api)

geocodio/uptimerobot-api-client
===============================

API client for the API of the UptimeRobot service

1.2.0(4y ago)02.8k↑146.7%MITPHPPHP ^7.0 || ^8.0

Since Nov 24Pushed 4y agoCompare

[ Source](https://github.com/Geocodio/uptimerobot-api-client)[ Packagist](https://packagist.org/packages/geocodio/uptimerobot-api-client)[ RSS](/packages/geocodio-uptimerobot-api-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

UptimeRobot API client
======================

[](#uptimerobot-api-client)

Easily use the [API](https://uptimerobot.com/api) of the website monitoring service [UptimeRobot](https://uptimerobot.com/).

Requirements
------------

[](#requirements)

This package requires PHP 7+ and uses cUrl.

Installation
------------

[](#installation)

This package can be used in any PHP project or with any framework. The packages is tested in PHP 7.0.

You can install the package via composer:

```
composer require vdhicts/uptimerobot-api-client

```

Usage
-----

[](#usage)

This package is just an easy client for using the UptimeRobot API. Please refer to the [API documentation](https://uptimerobot.com/api) for more information about the requests.

### Quick usage

[](#quick-usage)

```
use Vdhicts\UptimeRobot\Client;

// Load the configuration once, the URL is optional
$configuration = new Client\Configuration('API_KEY', 'OPTIONAL_API_URL');

// Start the client once
$client = new Client\Client($configuration);

// Perform the request, returns a string for further processing
$response = $client->perform('getMonitors', ['monitors' => '15830-32696-83920']);
```

### Output formats

[](#output-formats)

The UptimeRobot API support XML and JSON as output format, so does this client. This can be changed by the third parameter of the `perform` method of the client.

### Exceptions

[](#exceptions)

When something goes wrong, the client will throw an exception which extends the `UptimeRobotClientException`. If you want to catch exceptions from this package, that's the one you should catch. Error responses from the API aren't catched, so handle the response with some suspicion.

Contribution
------------

[](#contribution)

Any contribution is welcome, but it should meet the PSR-2 standard and please create one pull request per feature. In exchange you will be credited as contributor on this page.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

About vdhicts
-------------

[](#about-vdhicts)

[Van der Heiden ICT services](https://www.vdhicts.nl) is the name of my personal company for which I work as freelancer. Van der Heiden ICT services develops and implements IT solutions for businesses and educational institutions.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~684 days

Total

3

Last Release

1773d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.2.0PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/220535?v=4)[Mathias Hansen](/maintainers/MiniCodeMonkey)[@MiniCodeMonkey](https://github.com/MiniCodeMonkey)

---

Top Contributors

[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (2 commits)")[![MiniCodeMonkey](https://avatars.githubusercontent.com/u/220535?v=4)](https://github.com/MiniCodeMonkey "MiniCodeMonkey (2 commits)")

### Embed Badge

![Health badge](/badges/geocodio-uptimerobot-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/geocodio-uptimerobot-api-client/health.svg)](https://phpackages.com/packages/geocodio-uptimerobot-api-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
