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

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

knik/gameq
==========

GameQ Gameserver Library

v3.1.0(3y ago)17.6k—0%LGPL-3.0+PHPPHP &gt;=5.6.40

Since Mar 30Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (5)Versions (13)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 `knik/gameq` as a requirement to composer.json by using `composer require knik/gameq:~3.1` or by manually adding the following to the *composer.json* file in the **require** section:

```
"knik/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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 79% 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 ~307 days

Recently: every ~610 days

Total

11

Last Release

987d 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.16PHP &gt;=5.6.40

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7469ba20a83b18557bde2a09acd47b9b0ee91657f73b35789c5367fbe94dd19?d=identicon)[knik](/maintainers/knik)

---

Top Contributors

[![Austinb](https://avatars.githubusercontent.com/u/273921?v=4)](https://github.com/Austinb "Austinb (611 commits)")[![bumbummen99](https://avatars.githubusercontent.com/u/4533331?v=4)](https://github.com/bumbummen99 "bumbummen99 (69 commits)")[![et-nik](https://avatars.githubusercontent.com/u/3670640?v=4)](https://github.com/et-nik "et-nik (15 commits)")[![rostov114](https://avatars.githubusercontent.com/u/3685401?v=4)](https://github.com/rostov114 "rostov114 (10 commits)")[![massl](https://avatars.githubusercontent.com/u/568748?v=4)](https://github.com/massl "massl (8 commits)")[![Erani0](https://avatars.githubusercontent.com/u/76605008?v=4)](https://github.com/Erani0 "Erani0 (8 commits)")[![TitusKirch](https://avatars.githubusercontent.com/u/16943133?v=4)](https://github.com/TitusKirch "TitusKirch (6 commits)")[![skylord123](https://avatars.githubusercontent.com/u/3412313?v=4)](https://github.com/skylord123 "skylord123 (4 commits)")[![Memphis017](https://avatars.githubusercontent.com/u/17451919?v=4)](https://github.com/Memphis017 "Memphis017 (4 commits)")[![Blackskyliner](https://avatars.githubusercontent.com/u/1038517?v=4)](https://github.com/Blackskyliner "Blackskyliner (4 commits)")[![achton](https://avatars.githubusercontent.com/u/109079?v=4)](https://github.com/achton "achton (4 commits)")[![devu4](https://avatars.githubusercontent.com/u/5420621?v=4)](https://github.com/devu4 "devu4 (3 commits)")[![Verox-](https://avatars.githubusercontent.com/u/6207925?v=4)](https://github.com/Verox- "Verox- (3 commits)")[![firefly2442](https://avatars.githubusercontent.com/u/531175?v=4)](https://github.com/firefly2442 "firefly2442 (3 commits)")[![iTeeLion](https://avatars.githubusercontent.com/u/13005248?v=4)](https://github.com/iTeeLion "iTeeLion (2 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (2 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)")[![zcaliptium](https://avatars.githubusercontent.com/u/8536412?v=4)](https://github.com/zcaliptium "zcaliptium (1 commits)")

---

Tags

gameqserverstatus

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[austinb/gameq

GameQ Gameserver Library

42158.9k2](/packages/austinb-gameq)

PHPackages © 2026

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