PHPackages                             skyraptor/gameq - 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. skyraptor/gameq

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

skyraptor/gameq
===============

GameQ Gameserver Library

v3.1.0(3y ago)064LGPL-3.0+PHPPHP &gt;=5.6.40

Since Mar 30Pushed 3y agoCompare

[ Source](https://github.com/bumbummen99/GameQ)[ Packagist](https://packagist.org/packages/skyraptor/gameq)[ Fund](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VAU2KADATP5PU)[ RSS](/packages/skyraptor-gameq/feed)WikiDiscussions v3 Synced today

READMEChangelogDependencies (5)Versions (52)Used By (0)

GameQ Version 3
===============

[](#gameq-version-3)

[![CI](https://github.com/Austinb/GameQ/actions/workflows/Tests.yml/badge.svg)](https://github.com/Austinb/GameQ/actions/workflows/Tests.yml)[![Code Coverage](https://camo.githubusercontent.com/fb577f2bc9ff9977da973dd1c18c77417ebf8d90b5bb22e92a7d5c9af72a8380/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41757374696e622f47616d65512f6261646765732f636f7665726167652e706e673f623d7633)](https://scrutinizer-ci.com/g/Austinb/GameQ/?branch=v3)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e98fb2b95780d0c2f0d8b1e2c13db9667d794f2ebf8fec109db531d6f9da9ffa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41757374696e622f47616d65512f6261646765732f7175616c6974792d73636f72652e706e673f623d7633267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Austinb/GameQ/?branch=v3)[![License](https://camo.githubusercontent.com/5239d666c64559a1ed2daf19e1f82072ec43889d10cbdfe33e851825deab01f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4c47504c2d626c75652e7376673f7374796c653d666c6174)](https://packagist.org/packages/austinb/gameq)[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VAU2KADATP5PU)

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

Requirements
------------

[](#requirements)

- PHP 5.6.40+ - [Tested](https://github.com/Austinb/GameQ/actions/workflows/Tests.yml) in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 &amp; 8.2-dev
- [Bzip2](http://www.php.net/manual/en/book.bzip2.php) - Used for A2S Compressed responses

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

[](#installation)

#### [Composer](https://getcomposer.org/)

[](#composer)

This method assumes you already have composer [installed](https://getcomposer.org/doc/00-intro.md) 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

[](#standalone-library)

Download the [latest version](https://github.com/Austinb/GameQ/releases) 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.

Example
-------

[](#example)

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

Need more? See [Examples](https://github.com/Austinb/GameQ/wiki/Examples-v3).

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

See [LICENSE](LICENSE.lgpl) for more information

Third Party Provider
--------------------

[](#third-party-provider)

- [dev.tkirch.wsc.gameq](https://github.com/tkirchDev/dev.tkirch.wsc.gameq) - Provides the "Austinb GameQ" library at the WSC.

Donations
=========

[](#donations)

[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VAU2KADATP5PU)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 79.7% 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 ~212 days

Recently: every ~431 days

Total

14

Last Release

1355d ago

Major Versions

v2.x-dev → v3.0.62016-03-10

PHP version history (3 changes)2.0.4PHP &gt;=5.2

v3.0.6PHP &gt;=5.4.14

v3.0.15PHP &gt;=5.6.40

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4533331?v=4)[Patrick](/maintainers/bumbummen99)[@bumbummen99](https://github.com/bumbummen99)

---

Top Contributors

[![Austinb](https://avatars.githubusercontent.com/u/273921?v=4)](https://github.com/Austinb "Austinb (609 commits)")[![bumbummen99](https://avatars.githubusercontent.com/u/4533331?v=4)](https://github.com/bumbummen99 "bumbummen99 (77 commits)")[![rostov114](https://avatars.githubusercontent.com/u/3685401?v=4)](https://github.com/rostov114 "rostov114 (10 commits)")[![Erani0](https://avatars.githubusercontent.com/u/76605008?v=4)](https://github.com/Erani0 "Erani0 (8 commits)")[![massl](https://avatars.githubusercontent.com/u/568748?v=4)](https://github.com/massl "massl (8 commits)")[![TitusKirch](https://avatars.githubusercontent.com/u/16943133?v=4)](https://github.com/TitusKirch "TitusKirch (6 commits)")[![achton](https://avatars.githubusercontent.com/u/109079?v=4)](https://github.com/achton "achton (4 commits)")[![Blackskyliner](https://avatars.githubusercontent.com/u/1038517?v=4)](https://github.com/Blackskyliner "Blackskyliner (4 commits)")[![Memphis017](https://avatars.githubusercontent.com/u/17451919?v=4)](https://github.com/Memphis017 "Memphis017 (4 commits)")[![skylord123](https://avatars.githubusercontent.com/u/3412313?v=4)](https://github.com/skylord123 "skylord123 (4 commits)")[![firefly2442](https://avatars.githubusercontent.com/u/531175?v=4)](https://github.com/firefly2442 "firefly2442 (3 commits)")[![Verox-](https://avatars.githubusercontent.com/u/6207925?v=4)](https://github.com/Verox- "Verox- (3 commits)")[![devu4](https://avatars.githubusercontent.com/u/5420621?v=4)](https://github.com/devu4 "devu4 (3 commits)")[![uilson](https://avatars.githubusercontent.com/u/3997415?v=4)](https://github.com/uilson "uilson (2 commits)")[![sifex](https://avatars.githubusercontent.com/u/2058557?v=4)](https://github.com/sifex "sifex (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![MrFallen](https://avatars.githubusercontent.com/u/5339386?v=4)](https://github.com/MrFallen "MrFallen (1 commits)")[![RigVix](https://avatars.githubusercontent.com/u/25361209?v=4)](https://github.com/RigVix "RigVix (1 commits)")[![RikoDEV](https://avatars.githubusercontent.com/u/18230443?v=4)](https://github.com/RikoDEV "RikoDEV (1 commits)")[![bilan](https://avatars.githubusercontent.com/u/1711312?v=4)](https://github.com/bilan "bilan (1 commits)")

---

Tags

gameqserverstatus

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/skyraptor-gameq/health.svg)

```
[![Health](https://phpackages.com/badges/skyraptor-gameq/health.svg)](https://phpackages.com/packages/skyraptor-gameq)
```

###  Alternatives

[austinb/gameq

GameQ Gameserver Library

42261.9k2](/packages/austinb-gameq)[bodunde/geocoder

A laravel package that helps you with geocoding addresses and reverse geocoding coordinates using the google maps api. It also helps in calculating the distance between two locations using the Hervasine formula and the coordinates of the locations

247.7k](/packages/bodunde-geocoder)

PHPackages © 2026

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