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

ActiveLibrary[API Development](/categories/api)

acquia/pingdom-api
==================

A PHP library for interacting with the Pingdom REST API.

1.1(12y ago)36.9k12[2 issues](https://github.com/acquia/pingdom-api/issues)MITPHPCI failing

Since Jan 28Pushed 8mo ago3 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

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

[](#pingdom-api)

\[INACTIVE\] pingdom-api, Acquia is no longer maintaining or working on this project.

[![Build Status](https://camo.githubusercontent.com/431f462a40a580ac7092e86ae1eb5e564c48ef38163ed23b06bd9732ec4968f1/68747470733a2f2f7472617669732d63692e6f72672f6163717569612f70696e67646f6d2d6170692e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/acquia/pingdom-api)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

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` without the `--no-dev` flag will download the phpunit dependency.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

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 ~36 days

Total

2

Last Release

4449d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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