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

ActiveLibrary

habeebshk/pingdom
=================

A PHP library for dealing with the Pingdom REST API

02PHP

Since Aug 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/habeebshk/pingdom-api)[ Packagist](https://packagist.org/packages/habeebshk/pingdom)[ RSS](/packages/habeebshk-pingdom/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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)

```
