kwerie / opsgenie-php-sdk
An unofficial OpsGenie API SDK
v1.0.0
2025-01-02 17:14 UTC
Requires
- fig/http-message-util: ^1.1
This package is not auto-updated.
Last update: 2025-03-28 16:38:11 UTC
README
This package provides a minmal API wrapper/SDK for creating OpsGenie incidents, alerts and heartbeats.
Installation
- Install the package through composer:
composer require kwerie/opsgenie-php-sdk
- Set required env variables
OPSGENIE_API_KEY="" OPSGENIE_REGION="" # Only required if you're in Europe
API Support
API | Supported | Support planned |
---|---|---|
Incidents | Yes | - |
Alerts | No | Yes |
Heartbeats | No | Yes |
Examples
Coming soon.