2017 © Pedro Peláez
 

library pagerduty

Lightweight PagerDuty library.

image

slowbro/pagerduty

Lightweight PagerDuty library.

  • Tuesday, February 3, 2015
  • by slowbro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PagerDuty

Lightweight PagerDuty API library. Mostly incomplete., (*1)

Example Usage

<?php
require_once __DIR__ . '/vendor/autoload.php';

$pd = \Slowbro\PagerDuty\Factory::create("mycompany", "api_key");
var_dump($pd->incident(false, ['status' => 'resolved']));

The Versions

03/02 2015

dev-master

9999999-dev

Lightweight PagerDuty library.

  Sources   Download

The Requires

  • php >=5.3.0

 

by Katelyn Schiesser

pagerduty