austinb/gameq 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

austinb/gameq

最新稳定版本:v3.1.0

Composer 安装命令:

composer require austinb/gameq

包简介

GameQ Gameserver Library

README 文档

README

CI Code Coverage Scrutinizer Code Quality License paypal

GameQ is a PHP library that allows you to query multiple types of multiplayer game & voice servers at the same time.

Requirements

  • PHP 5.6.40+ - Tested in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 & 8.4
  • Bzip2 - Used for A2S Compressed responses

Installation

Composer

This method assumes you already have composer installed and working properly. Add austinb/gameq as a requirement to composer.json by using composer require austinb/gameq:~3.1 or by manually adding the following to the composer.json file in the require section:

"austinb/gameq": "~3.1"

Update your packages with composer update or install with composer install.

Standalone Library

Download the latest version of the library and unpack it into your project. Add the following to your bootstrap file:

require_once('/path/to/src/GameQ/Autoloader.php');

The Autoloader.php file provides the same auto loading functionality as the Composer install.

Useage

$GameQ = new \GameQ\GameQ();
$GameQ->addServer([
    'type' => 'css',
    'host' => '127.0.0.1:27015',
]);
$results = $GameQ->process();

Need more? See the Examples as well as the Documentation.

Contributing

Please see CONTRIBUTING for details.

License

See LICENSE for more information

Third Party Provider

Donations

paypal

统计信息

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

GitHub 信息

  • Stars: 419
  • Watchers: 31
  • Forks: 140
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固