slowbro/pagerduty

There is no license information available for the latest version (dev-master) of this package.

Lightweight PagerDuty library.

Maintainers

Package info

github.com/slowbro/pagerduty

pkg:composer/slowbro/pagerduty

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-02-03 07:13 UTC

This package is not auto-updated.

Last update: 2026-04-26 01:52:14 UTC


README

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']));