Skip to content

A PHP library for interacting with the Pingdom REST API.

License

Notifications You must be signed in to change notification settings

acquia/pingdom-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingdom API

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

Build Status License: MIT

This package is a PHP interface to the Pingdom REST API.

Installation

Run the following commands to install the required dependencies:

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:

cd <project root>
composer update
phpunit

Using composer update without the --no-dev flag will download the phpunit dependency.

About

A PHP library for interacting with the Pingdom REST API.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages