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

ActiveLibrary[API Development](/categories/api)

carlosio/pingdom
================

A PHP library for dealing with the Pingdom REST API with multiaccount support

1.0.5(13y ago)5516[1 PRs](https://github.com/carlosbuenosvinos/php-pingdom-api/pulls)MITPHPPHP &gt;=5.3.3

Since Aug 5Pushed 13y ago2 watchersCompare

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

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

CarlosIO\\Pingdom
=================

[](#carlosiopingdom)

[![Build Status](https://camo.githubusercontent.com/a225a92aa937a728059730dbeb45150e08237bdef90ab016bc1a3d5b9e3cdb63/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6361726c6f736275656e6f7376696e6f732f7068702d70696e67646f6d2d6170692e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/carlosbuenosvinos/php-pingdom-api)

CarlosIO\\Pingdom is a Pingdom API written in PHP with multiaccount support. So, if you don't want to pay for a premium account, you can create free ones and integrate them using this API.

Features
========

[](#features)

All the Pingdom services are available at

Here are the services you can use using this API:

- [Check](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Check+List)
- [Actions](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Actions+%28Alerts%29+List)
- [Contacts](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Contacts+List)
- [Credits](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Credits+List)
- [Probes](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Probe+Server+List)
- [ServerTime](http://www.pingdom.com/services/api-documentation-rest/#MethodGet+Current+Server+Time)

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": {
        "carlosio/pingdom": "1.*"
    }
}
```

Then, on the command line:

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

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

Usage
=====

[](#usage)

Usage is fairly straightforward. Here is an example:

```
