kwerie / opsgenie-php-sdk
An unofficial OpsGenie API SDK
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kwerie/opsgenie-php-sdk
Requires
- fig/http-message-util: ^1.1
This package is not auto-updated.
Last update: 2025-09-26 18:58:21 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.