gasjki/gameq-plus

GameQ+ - Extended PHP game server query library based on GameQ


Keywords
game server, gameq, serverstatus, game server query, server query, gameq plus, gamequery, minecraft, php-library, source-games
License
LGPL-3.0+

Documentation

GameQ+ - Extended PHP game server query library based on GameQ

Current version: 1.0.0

About

Original script was created by Austinb (GameQ) and it's still maintained by him and his contributors. I recommend you to visit his profile and buy him a beer!

Compared to his script, GameQ+ is more flexible and easy to extend.

Requirements:

  • PHP: >= 7.2.2
  • bzip2: enabled for Source protocol (compressed response)

Installation (composer)

To install this library, follow one of the following steps:

  1. Run composer require gasjki/gameq-plus

  2. Or add "gasjki/gameq-plus": "1.0" to your composer.json file, then run composer install.

Installation (standalone)

Download the latest version of the library and unpack it to your project. To load everything, you need to add this line to your project:

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

Note: autoloader.php file provides the same functionality as the Composer.

Features

See a list with extra features on wiki page.

Examples

See examples on wiki page.

Help us

Want a new game? Fork this library and send us a pull request!

Issue found?

Please tell us!