PHPackages                             battleyephp/global-ban - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. battleyephp/global-ban

ActivePackage[Utility &amp; Helpers](/categories/utility)

battleyephp/global-ban
======================

PHP BattlEye Global Ban Checker

v1.0.0(1mo ago)22MITPHPPHP ^8.3CI passing

Since May 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/battleyephp/global-ban)[ Packagist](https://packagist.org/packages/battleyephp/global-ban)[ Docs](https://github.com/battleyephp/global-ban)[ RSS](/packages/battleyephp-global-ban/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (6)Used By (0)

PHP BattlEye Global Ban
=======================

[](#php-battleye-global-ban)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7e5e1e15798c15cbdfb33412ab1ead0ab030160aaf33b857e83621f83ebc6495/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626174746c6579657068702f676c6f62616c2d62616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/battleyephp/global-ban)[![Tests](https://camo.githubusercontent.com/c14828c0ef80cf375942f57317e2b7312a37ce10ae296f2bb5dc7cdec7e2d8e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626174746c6579657068702f676c6f62616c2d62616e2f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/battleyephp/global-ban/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/eba74a44e1908b5ad5424181bda682055fac29a26bb996221ff366becab09d4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626174746c6579657068702f676c6f62616c2d62616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/battleyephp/global-ban)

It provides BattlEye Global Ban checker.
You can check if any GUID is banned globally.

> Currently only **Arma 3** is supported by default, but you can provide **Arma 2 OA** or **DayZ**BattlEye hostname with port to check it too.

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

[](#installation)

> **Requires [PHP 8.3+](https://php.net/releases/)**

> **Requires [ext-sockets](https://www.php.net/manual/en/book.sockets.php)**

You can install the package via composer:

```
composer require battleyephp/global-ban
```

Usage
-----

[](#usage)

To check if a Steam account has a global ban:

```
use BattlEye\GlobalBan\Checker;
use BattlEye\Guid\Guid;

$checker = new Checker();
$guid = Guid::fromSteamId64(76561198066209976);

$ban = $checker->check($guid);

if ($ban->exists) {
    echo sprintf('User is banned: %s', $ban->reason);
} else {
    echo 'User is not banned';
}
```

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~81 days

Total

5

Last Release

52d ago

Major Versions

v0.0.2 → 1.x-dev2026-03-20

PHP version history (2 changes)v0.0.1PHP ^8.2

1.x-devPHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![smitt14ua](https://avatars.githubusercontent.com/u/13200576?v=4)](https://github.com/smitt14ua "smitt14ua (8 commits)")

---

Tags

phpclientSocketudpbattleyearma

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/battleyephp-global-ban/health.svg)

```
[![Health](https://phpackages.com/badges/battleyephp-global-ban/health.svg)](https://phpackages.com/packages/battleyephp-global-ban)
```

###  Alternatives

[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)[zoon/rialto

Manage Node resources from PHP

12199.4k3](/packages/zoon-rialto)

PHPackages © 2026

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