PHPackages                             worlddevs/uptime-robot-api - 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. worlddevs/uptime-robot-api

ActiveLibrary[API Development](/categories/api)

worlddevs/uptime-robot-api
==========================

A wrapper library for UptimeRobot API

v1.0.2(3mo ago)01BSD-3-ClausePHP

Since Feb 12Pushed 3mo agoCompare

[ Source](https://github.com/bmenking-wng/uptime-robot-api)[ Packagist](https://packagist.org/packages/worlddevs/uptime-robot-api)[ RSS](/packages/worlddevs-uptime-robot-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

UptimeRobot API
===============

[](#uptimerobot-api)

Provides a wrapper to UptimeRobot API calls and abstracts away authentication.

 [![Software License](https://camo.githubusercontent.com/a42570ff46c0aab2eae7aab733d7b3626edd07f6f3fba921d53ff7bdca889f5e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d425344253230332d2d436c617573652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

Installation is easy with [Composer](https://getcomposer.org/):

```
$ composer require worlddevs/uptime-robot-api
```

or add it by hand to your `composer.json` file.

Upgrading
---------

[](#upgrading)

We are using [semantic versioning](https://semver.org/). Breaking changes *may* occur on major releases. We would provide upgrade guides for major version upgrades, when that happens.

Usage
-----

[](#usage)

You'll need the endpoint and API key from UptimeRobot [instructions](https://uptimerobot.com/api/v3/#auth). Currently UptimeRobot API version 3 (v3) is suppported.

Get started with a simple example:

```
use worlddevs\Environment;
use worlddevs\UserService;

Environment::configure($endpoint, $api_key);

$result = UserService::retrieve();

print_r($result);
```

```
Array
(
    [email] =>
    [fullName] =>
    [monitorsCount] => 15
    [monitorLimit] => 100
    [smsCredits] => 5
    [activeSubscription] => Array
        (
            [plan] =>
            [monitorLimit] =>
            [expirationDate] =>
            [status] => active
        )

)
```

Available Services
------------------

[](#available-services)

The following are supported:

- Incident
- Integration
- Maintenance Windows
- Monitor Groups
- Monitor
- Public status page Announcements (new)
- Public status pages
- Tags
- User

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9e70ca622cd3305351aea0ab4ba07a27a678ba47aff1efff99d76614a7d1201?d=identicon)[bmenking-wng](/maintainers/bmenking-wng)

---

Top Contributors

[![bmenking-wng](https://avatars.githubusercontent.com/u/61564034?v=4)](https://github.com/bmenking-wng "bmenking-wng (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/worlddevs-uptime-robot-api/health.svg)

```
[![Health](https://phpackages.com/badges/worlddevs-uptime-robot-api/health.svg)](https://phpackages.com/packages/worlddevs-uptime-robot-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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