lukewaite / pagerduty
Library for interacting with the PagerDuty Events API v2
Requires
- php: >=5.6
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2024-10-29 04:53:16 UTC
README
This project is a WIP and not currently functional.
PagerDuty v2 Events API Wrapper Class
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
.
The Integration Key
listed for your new integration is what you need to set in the setRoutingKey()
method.
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.