2017-25 © Pedro Peláez
 

library pingdom-api

A PHP library for interacting with the Pingdom REST API.

image

acquia/pingdom-api

A PHP library for interacting with the Pingdom REST API.

  • Thursday, June 1, 2017
  • by psynaptic
  • Repository
  • 4 Watchers
  • 1 Stars
  • 1,599 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 9 Forks
  • 3 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Pingdom API

[INACTIVE] pingdom-api, Acquia is no longer maintaining or working on this project., (*1)

Build Status License: MIT, (*2)

This package is a PHP interface to the Pingdom REST API., (*3)

Installation

Run the following commands to install the required dependencies:, (*4)

cd <project root>
composer install --no-dev

Usage

require 'vendor/autoload.php';
use Acquia\Pingdom\PingdomApi;

$pingdom = new PingdomApi('username', 'password', 'api_key');
print_r($pingdom->getChecks());

Running the tests

The following commands can be used to run the test suite locally:, (*5)

cd <project root>
composer update
phpunit

Using composer update without the --no-dev flag will download the phpunit dependency., (*6)

The Versions

01/06 2017

dev-master

9999999-dev

A PHP library for interacting with the Pingdom REST API.

  Sources   Download

MIT

The Development Requires

by Richard Burford

05/03 2014

1.1

1.1.0.0

A PHP library for interacting with the Pingdom REST API.

  Sources   Download

MIT

The Development Requires

by Richard Burford

28/01 2014

1.0

1.0.0.0

A PHP library for interacting with the Pingdom REST API.

  Sources   Download

GPL

The Requires

 

The Development Requires

by Richard Burford