PHPackages                             ica4c/albion-status-client - 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. ica4c/albion-status-client

ActiveLibrary[API Development](/categories/api)

ica4c/albion-status-client
==========================

Simple albion service status client

3.0.0(2y ago)3463MITPHPPHP &gt;=8.1

Since Jan 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ica4c/albion-status-client)[ Packagist](https://packagist.org/packages/ica4c/albion-status-client)[ RSS](/packages/ica4c-albion-status-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (6)Versions (18)Used By (0)

Albion service status client
============================

[](#albion-service-status-client)

Simple http client to get service status and maintenance reports

### Installation

[](#installation)

`composer require ica4c/albion-status-client`

### Usage

[](#usage)

#### How to resolve server status

[](#how-to-resolve-server-status)

```
use Albion\Status\Client;use Albion\Status\Enums\ServerState;
$client = new Client();

$status = $client->getServiceStatus();

switch ($status->getState()) {
    case ServerState::ONLINE:
    case ServerState::STARTING:
        // Do something while service online/starting;
        break;

    case ServerState::FAILED:
    case ServerState::OFFLINE:
    case ServerState::UNRESPONSIVE:
        // Do something while service offline;
        break;
}
```

#### How to resolve client version

[](#how-to-resolve-client-version)

```
$client = new Client();

$version = $client->getClientVersion();

echo "Android is: {$version->getAndroid()}\n";
echo "IOS is: {$version->getIOS()}\n";
echo "Windows is: {$version->getWindows()}\n";
echo "OSX is: {$version->getOSX()}\n";
echo "Linux is: {$version->getLinux()}\n";
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~92 days

Total

14

Last Release

746d ago

Major Versions

0.3.4 → 1.0.02023-02-24

1.0.2 → 2.0.12024-03-17

2.1.0 → 3.0.02024-04-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8050210?v=4)[Ruslan Gataullin](/maintainers/ica4c)[@ica4c](https://github.com/ica4c)

---

Top Contributors

[![ica4c](https://avatars.githubusercontent.com/u/8050210?v=4)](https://github.com/ica4c "ica4c (47 commits)")

---

Tags

albionalbiononlineapi-clientmmoapigamesmmoalbion online

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ica4c-albion-status-client/health.svg)

```
[![Health](https://phpackages.com/badges/ica4c-albion-status-client/health.svg)](https://phpackages.com/packages/ica4c-albion-status-client)
```

###  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)[get-stream/stream-chat

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

301.8M2](/packages/get-stream-stream-chat)[codeswholesale/sdk

A PHP wrapper for CodesWholesale's API

3550.3k1](/packages/codeswholesale-sdk)

PHPackages © 2026

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