slowbro/pagerduty

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

Lightweight PagerDuty library.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/slowbro/pagerduty

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

This package is not auto-updated.

Last update: 2026-01-17 23:52:22 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']));