dev-master
9999999-dev https://github.com/lukewaite/pagerdutyLibrary for interacting with the PagerDuty Events API v2
MIT
The Requires
- guzzlehttp/guzzle ~6.0
- php >=5.6
The Development Requires
by Luke Waite
Library for interacting with the PagerDuty Events API v2
This project is a WIP and not currently functional., (*1)
This package makes it easy to send notification events to PagerDuty's v2 Events API., (*3)
You can install the package via composer:, (*4)
composer require lukewaite/pagerduty
TODO: Implement usage documentation, (*5)
On a PagerDuty Service of your choice, create a new Integration using the Events API v2
., (*6)
, (*7)
The Integration Key
listed for your new integration is what you need to set in the setRoutingKey()
method., (*8)
, (*9)
TODO: Update available methods documentation., (*10)
See the [PagerDuty v2 Events API documentation][link-pagerduty-v2-api] for more information about what these options will do., (*11)
Please see CHANGELOG for more information what has changed recently., (*12)
bash
$ composer test
, (*13)
If you discover any security related issues, please email lwaite@gmail.com instead of using the issue tracker., (*14)
Please see CONTRIBUTING for details., (*15)
The MIT License (MIT). Please see License File for more information., (*16)
Library for interacting with the PagerDuty Events API v2
MIT