forked from Austinb/GameQ
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sascha Greuel edited this page Aug 2, 2026
·
2 revisions
GameQ queries game and voice servers from PHP and returns protocol-native data together with a predictable normalized result. This documentation describes the maintained SoftCreatR Media fork and version 5 behavior.
- Install GameQ.
- Run the quick-start examples.
- Select an identifier from supported servers.
- Check server definitions and query ports when a server does not use its default layout.
- Understanding results
- Protocol-specific options
- Bulk queries and performance
- Troubleshooting
- Security
Version 5 is the maintained release line and requires PHP 8.1 or newer. Stable identifiers are expected to be production-ready, but game-server query formats can change independently of this library. Beta identifiers need additional real-world coverage and are labeled in the supported-server table.
Open issues in the fork's issue tracker. Do not include passwords, authentication tokens, private addresses, or unredacted packet captures in public reports.
Getting started
Configuration
Guides
Reference
Development
Migration