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

AbandonedArchivedLibrary[API Development](/categories/api)

sgrodzicki/pingdom
==================

A PHP library for dealing with the Pingdom REST API

1.1.5(11y ago)1265.3k↓100%10MITPHPPHP &gt;=5.3.3

Since Jul 20Pushed 11y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

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

[](#pingdom-rest-api)

A PHP module to make use of the [Pingdom REST API](http://www.pingdom.com/services/api-documentation-rest/) for you to automate your interaction with the Pingdom system.

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

[](#installation)

The best way to install the library is by using [Composer](http://getcomposer.org). Add the following to `composer.json` in the root of your project:

```
{
    "require": {
        "sgrodzicki/pingdom": "1.1.*"
    }
}
```

Then, on the command line:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install
```

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

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

[](#basic-usage)

```
