承接 battleyephp/global-ban 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

battleyephp/global-ban

最新稳定版本:v1.0.0

Composer 安装命令:

composer require battleyephp/global-ban

包简介

PHP BattlEye Global Ban Checker

README 文档

README

Latest Version on Packagist Tests Total Downloads

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

Requires PHP 8.3+

Requires ext-sockets

You can install the package via composer:

composer require battleyephp/global-ban

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

composer test

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固