lukewaite/pagerduty

Library for interacting with the PagerDuty Events API v2

dev-master 2017-06-22 17:00 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:55 UTC


README

This project is a WIP and not currently functional.

PagerDuty v2 Events API Wrapper Class

Latest Version on Packagist Software License Build Status StyleCI Quality Score Code Coverage Total Downloads

This package makes it easy to send notification events to PagerDuty's v2 Events API.

Contents

Installation

You can install the package via composer:

composer require lukewaite/pagerduty

Usage

TODO: Implement usage documentation

PagerDuty Setup

On a PagerDuty Service of your choice, create a new Integration using the Events API v2.

Creating a new integration

The Integration Key listed for your new integration is what you need to set in the setRoutingKey() method.

List of Integrations with Keys

Available methods

TODO: Update available methods documentation.

See the [PagerDuty v2 Events API documentation][link-pagerduty-v2-api] for more information about what these options will do.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Security

If you discover any security related issues, please email lwaite@gmail.com instead of using the issue tracker.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.