Skip to content

slowbro/pagerduty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PagerDuty

Lightweight PagerDuty API library. Mostly incomplete.

Example Usage

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

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

About

A lightweight PagerDuty library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages