slowbro/pagerduty

此包最新版本(dev-master)没有提供许可信息。

轻量级PagerDuty库。

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

This package is not auto-updated.

Last update: 2024-09-28 17:20:24 UTC


README

轻量级PagerDuty API库。大部分功能尚未完成。

示例用法

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

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