2017 © Pedro PelĂĄez
 

library gameq

GameQ Gameserver Library

image

austinb/gameq

GameQ Gameserver Library

  • Thursday, June 28, 2018
  • by AustinB
  • Repository
  • 31 Watchers
  • 259 Stars
  • 4,474 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 98 Forks
  • 12 Open issues
  • 16 Versions
  • 6 % Grown

The README.md

GameQ Version 3

CI Code Coverage Scrutinizer Code Quality License paypal, (*1)

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

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:, (*3)

"austinb/gameq": "~3.1"

Update your packages with composer update or install with composer install., (*4)

Standalone Library

Download the latest version of the library and unpack it into your project. Add the following to your bootstrap file:, (*5)

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

The Autoloader.php file provides the same auto loading functionality as the Composer install., (*6)

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., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

License

See LICENSE for more information, (*9)

Third Party Provider

Donations

paypal, (*10)

The Versions

28/06 2018
15/10 2017

dev-features/v3-gamespy3-query-speed

dev-features/v3-gamespy3-query-speed

GameQ Gameserver Library

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.4.14
  • ext-bz2 *
  • ext-xml *

 

The Development Requires

gameq serverstatus

15/10 2017
04/04 2015

v2.x-dev

2.9999999.9999999.9999999-dev

GameQ Gameserver Library

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.2
  • ext-bz2 *
  • ext-zlib *

 

30/03 2015

2.0.4

2.0.4.0

GameQ Gameserver Library

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.2
  • ext-bz2 *
  • ext-zlib *