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 3w ago

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 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

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

798d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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