PHPackages                             nkeenan38/phpingdom - 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. nkeenan38/phpingdom

AbandonedArchivedLibrary[API Development](/categories/api)

nkeenan38/phpingdom
===================

A PHP library for the Pingdom API

1.0.2(5y ago)113MITPHPPHP &gt;=7.0

Since Jun 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nkeenan38/phpingdom)[ Packagist](https://packagist.org/packages/nkeenan38/phpingdom)[ Docs](https://github.com/nkeenan38/phpingdom)[ RSS](/packages/nkeenan38-phpingdom/feed)WikiDiscussions master Synced today

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

Pingdom REST API
================

[](#pingdom-rest-api)

A PHP library for the [Pingdom API](https://www.pingdom.com/api/2.1/).

Installation
============

[](#installation)

Install the library using composer by adding the following to `composer.json` in the root of your project:

```
{
    "require": {
        "nkeenan38/phppingdom": "1.0.*"
    }
}
```

Use the generated `vendor/.composer/autoload.php` file to autoload the library classes.

Basic usage
===========

[](#basic-usage)

You will need a Pingdom application key for authorizatioon. Follow their documentation to generate an application key inside the Pingdom control panel.

```
