PHPackages                             blackskyliner/game-q - 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. blackskyliner/game-q

AbandonedArchivedLibrary

blackskyliner/game-q
====================

GameQ Gameserver Library

v2.x-dev(13y ago)034GPL-3.0+PHPPHP &gt;=5.2

Since Jan 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Blackskyliner/GameQ)[ Packagist](https://packagist.org/packages/blackskyliner/game-q)[ RSS](/packages/blackskyliner-game-q/feed)WikiDiscussions v2 Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Information
===========

[](#information)

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

GameQ v2 is based off of the original GameQ PHP program from . That project was no longer being supported.

Requirements
============

[](#requirements)

- PHP 5.2 (Recommended 5.3, 5.4)

Extras you might need:

- Bzip2 - Used for A2S compressed responses ()
- Zlib - Used for AA3 (before version 3.2) compressed responses ()

Example
=======

[](#example)

Usage &amp; Examples: [https://github.com/Austinb/GameQ/wiki/Usage-&amp;-examples-v2](https://github.com/Austinb/GameQ/wiki/Usage-&-examples-v2)

Quick and Dirty:

```
$gq = new GameQ();
$gq->addServer(array(
	'id' => 'my_server',
	'type' => 'css', // Counter-Strike: Source
	'host' => '127.0.0.1:27015',
));

$results = $gq->requestData(); // Returns an array of results

print_r($results);

```

Want more? Check out the wiki page or /examples for more.

ChangeLog
=========

[](#changelog)

See  for an incremental list of changes

License
=======

[](#license)

See LICENSE for more information

Donations
=========

[](#donations)

If you like this project and use it a lot please feel free to donate here: [https://www.paypal.com/cgi-bin/webscr?cmd=\_s-xclick&amp;hosted\_button\_id=VAU2KADATP5PU](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VAU2KADATP5PU).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.4% 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

Unknown

Total

1

Last Release

4862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43aaa5f7793c3e1bcb81b141dd3d5cc9b655cfaa8855003f8706a03a5087a3b1?d=identicon)[Blackskyliner](/maintainers/Blackskyliner)

---

Top Contributors

[![Austinb](https://avatars.githubusercontent.com/u/273921?v=4)](https://github.com/Austinb "Austinb (118 commits)")[![Blackskyliner](https://avatars.githubusercontent.com/u/1038517?v=4)](https://github.com/Blackskyliner "Blackskyliner (16 commits)")[![massl](https://avatars.githubusercontent.com/u/568748?v=4)](https://github.com/massl "massl (8 commits)")[![firefly2442](https://avatars.githubusercontent.com/u/531175?v=4)](https://github.com/firefly2442 "firefly2442 (2 commits)")[![achton](https://avatars.githubusercontent.com/u/109079?v=4)](https://github.com/achton "achton (1 commits)")

### Embed Badge

![Health badge](/badges/blackskyliner-game-q/health.svg)

```
[![Health](https://phpackages.com/badges/blackskyliner-game-q/health.svg)](https://phpackages.com/packages/blackskyliner-game-q)
```

PHPackages © 2026

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