2017 © Pedro Peláez
 

library pingdom-api

A PHP library for interacting with the Pingdom REST API.

image

eduha/pingdom-api

A PHP library for interacting with the Pingdom REST API.

  • Friday, June 15, 2018
  • by eduha
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % 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

15/06 2018

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