kwerie/opsgenie-php-sdk

An unofficial OpsGenie API SDK

v1.0.0 2025-01-02 17:14 UTC

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

  1. Install the package through composer:
    composer require kwerie/opsgenie-php-sdk
  2. 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.