PHPackages                             stojg/pingdom-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. stojg/pingdom-api

AbandonedArchivedLibrary[API Development](/categories/api)

stojg/pingdom-api
=================

A PHP library for interacting with the Pingdom REST API.

2.3.0(7y ago)12.5k2MITPHP

Since Jan 28Pushed 7y agoCompare

[ Source](https://github.com/stojg/pingdom-api)[ Packagist](https://packagist.org/packages/stojg/pingdom-api)[ RSS](/packages/stojg-pingdom-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

Pingdom API
===========

[](#pingdom-api)

This package is a PHP interface to the Pingdom REST API.

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

[](#installation)

Run the following commands to install the required dependencies:

```
cd
composer install --no-dev
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';
use Acquia\Pingdom\PingdomApi;

$pingdom = new PingdomApi('username', 'password', 'api_key');
print_r($pingdom->getChecks());
```

Running the tests
-----------------

[](#running-the-tests)

The following commands can be used to run the test suite locally:

```
cd
composer update
phpunit
```

Using `composer update` with the `--dev` flag will download the phpunit dependency.

This is a continuation / fork of the discontinued Acquia library found at

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~319 days

Recently: every ~12 days

Total

7

Last Release

2611d ago

Major Versions

1.1 → 2.02019-03-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffa59057c23c330890610ea045f407f8cdbc0fa36bde26d5a7a9aa18d5fd5197?d=identicon)[stojg](/maintainers/stojg)

---

Top Contributors

[![psynaptic](https://avatars.githubusercontent.com/u/10507?v=4)](https://github.com/psynaptic "psynaptic (19 commits)")[![dhensby](https://avatars.githubusercontent.com/u/563596?v=4)](https://github.com/dhensby "dhensby (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/stojg-pingdom-api/health.svg)

```
[![Health](https://phpackages.com/badges/stojg-pingdom-api/health.svg)](https://phpackages.com/packages/stojg-pingdom-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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