PHPackages                             statusio/statusio-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. statusio/statusio-php

ActiveLibrary[API Development](/categories/api)

statusio/statusio-php
=====================

Status.io API for PHP

1.5.1(5y ago)750.4k↓27.5%1GPL-3.0PHPCI failing

Since Jan 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/statusio/statusio-php)[ Packagist](https://packagist.org/packages/statusio/statusio-php)[ RSS](/packages/statusio-statusio-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

PHP Status.io
=============

[](#php-statusio)

PHP Package for [Status.io](https://status.io)

Installation
------------

[](#installation)

```
composer require statusio/statusio-php

```

Usage
-----

[](#usage)

```
use Statusio\StatusioClient;

$api = new StatusioClient('', '');
$result = $api->StatusSummary('');

var_dump($result);
```

View the full API documentation at:

Methods
-------

[](#methods)

```
    $api->ComponentList($statuspage_id)
    $api->ComponentStatusUpdate($statuspage_id, $component, $container, $details, $current_status)
    $api->IncidentList($statuspage_id)
    $api->IncidentListByID($statuspage_id)
    $api->IncidentMessage($statuspage_id, $message_id)
    $api->IncidentSingle($statuspage_id, $incident_id)
    $api->IncidentCreate($statuspage_id, $incident_name, $incident_details, $infrastructure_affected,
                         $current_status, $current_state, $notifications = 0, $all_infrastructure_affected = "0", $message_subject = "Status Notification")
    $api->IncidentUpdate($statuspage_id, $incident_id, $incident_details, $current_status, $current_state,
                         $notifications = 0, $message_subject = "Status Notification")
    $api->IncidentResolve($statuspage_id, $incident_id, $incident_details, $current_status, $current_state,
                          $notifications = 0, $message_subject = "Status Notification")
    $api->IncidentDelete($statuspage_id, $incident_id)
    $api->MaintenanceList($statuspage_id)
    $api->MaintenanceListByID($statuspage_id)
    $api->MaintenanceMessage($statuspage_id, $message_id)
    $api->MaintenanceSingle($statuspage_id, $maintenance_id)
    $api->MaintenanceSchedule($statuspage_id, $maintenance_name, $maintenance_details, $infrastructure_affected,
                              $date_planned_start, $time_planned_start, $date_planned_end,
                              $time_planned_end, $automation = "0", $all_infrastructure_affected = "0",
                              $maintenance_notify_now = "0", $maintenance_notify_1_hr = "0",
                              $maintenance_notify_24_hr = "0", $maintenance_notify_72_hr = "0", $message_subject = "Maintenance Notification")
    $api->MaintenanceStart($statuspage_id, $maintenance_id, $maintenance_details, $notifications = 0, $message_subject = "Maintenance Notification")
    $api->MaintenanceUpdate($statuspage_id, $maintenance_id, $maintenance_details, $notifications = 0, $message_subject = "Maintenance Notification")
    $api->MaintenanceFinish($statuspage_id, $maintenance_id, $maintenance_details, $notifications = 0, $message_subject = "Maintenance Notification")
    $api->MaintenanceDelete($statuspage_id, $maintenance_id)
    $api->MetricUpdate($statuspage_id, $metric_id, $day_avg, $day_start, $day_dates, $day_values,
                       $week_avg, $week_start, $week_dates, $week_values,
                       $month_avg, $month_start, $month_dates, $month_values)
    $api->StatusSummary($statuspage_id)
    $api->SubscriberList($statuspage_id)
    $api->SubscriberAdd($statuspage_id, $method, $address, $silent = '1', $granular = '')
    $api->SubscriberUpdate($statuspage_id, $subscriber_id, $address, $granular = '')
    $api->SubscriberRemove($statuspage_id, $subscriber_id)
```

Constants
---------

[](#constants)

Predefined constants and notification setup based on bitmask

```
    $result = $api->IncidentCreate(
            '',
            'Incident name',
            'Incident details',
            ['-'],
            StatusioClient::STATUS_OPERATIONAL,
            StatusioClient::STATE_IDENTIFIED,
            StatusioClient::NOTIFY_EMAIL + StatusioClient::NOTIFY_SMS // equal to 'notify_email' = 1, 'notify_sms' = 1 and all other notifications = 0
);
```

So if you want to notify users by Slack and Twitter should set `$notifications` parameter equal to `StatusioClient::NOTIFY_SLACK + StatusioClient::NOTIFY_SOCIAL`. To disable all notifications just set parameter equal to `0`.

Full list of constants

```
StatusioClient::STATUS_OPERATIONAL;
StatusioClient::STATUS_DEGRADED_PERFORMANCE;
StatusioClient::STATUS_PARTIAL_SERVICE_DISRUPTION;
StatusioClient::STATUS_SERVICE_DISRUPTION;
StatusioClient::STATUS_SECURITY_EVENT;

StatusioClient::STATE_INVESTIGATING;
StatusioClient::STATE_IDENTIFIED;
StatusioClient::STATE_MONITORING;

StatusioClient::NOTIFY_EMAIL;
StatusioClient::NOTIFY_SMS;
StatusioClient::NOTIFY_WEBHOOK;
StatusioClient::NOTIFY_SOCIAL;
StatusioClient::NOTIFY_IRC;
StatusioClient::NOTIFY_HIPCHAT;
StatusioClient::NOTIFY_SLACK;
StatusioClient::NOTIFY_MSTEAMS;
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~326 days

Recently: every ~298 days

Total

7

Last Release

1827d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1157b624ee006842a53536c854b10142bc0c53a5304c2846c278389744b4932?d=identicon)[statusio](/maintainers/statusio)

---

Top Contributors

[![joet3ch](https://avatars.githubusercontent.com/u/124319?v=4)](https://github.com/joet3ch "joet3ch (21 commits)")[![flightsupport](https://avatars.githubusercontent.com/u/16543578?v=4)](https://github.com/flightsupport "flightsupport (1 commits)")

---

Tags

apistatus pagestatusiostatus iostatus system

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/statusio-statusio-php/health.svg)

```
[![Health](https://phpackages.com/badges/statusio-statusio-php/health.svg)](https://phpackages.com/packages/statusio-statusio-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
