Download the PHP package softcreatr/gameq without Composer
On this page you can find all versions of the php package softcreatr/gameq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softcreatr/gameq
More information about softcreatr/gameq
Files in softcreatr/gameq
Package gameq
Short Description A maintained PHP game-server status query library based on GameQ by Austinb
License LGPL-3.0-or-later
Informations about the package gameq
GameQ
GameQ is a PHP library for querying many kinds of multiplayer game and voice servers. A single GameQ instance can query mixed UDP, TCP, TLS, HTTP, and master-list protocols and return a consistent result structure.
This repository is the maintained SoftCreatR Media fork of Austinb/GameQ. Version 5 targets PHP 8.1 and newer, provides a documented migration path from 4.x, and deliberately modernizes the extension API while adding current protocol support, stricter parsing, bounded batching, and modern quality checks.
Highlights
- 183 game, voice-server, and generic protocol identifiers.
- Concurrent mixed-protocol queries with configurable batch and response limits.
- Normalized
gq_*fields plus protocol-native data, players, teams, and join links. - Broad coverage through established families such as Source and GoldSource, GameSpy, Quake, Unreal, Doom 3, Frostbite, RakNet, and dedicated voice-server protocols.
- Direct UDP, TCP, TLS, and SSL queries alongside protocols that use HTTP APIs, plugins, or public master lists.
- PHPStan at maximum level, PHPUnit coverage for captured protocol responses, and automated compatibility checks within the GameQ 5 release line.
Installation
Composer is recommended:
GameQ requires PHP 8.1 or newer and the curl, libxml, simplexml, and xml extensions. The optional bz2 extension is only needed to decode compressed Source/A2S split responses. See the installation guide for standalone loading and platform details.
Quick start
The port in host is always the client/connect port. GameQ calculates the query port where a protocol has a known offset; use the per-server query_port option when the server uses a custom query port.
Documentation
Project documentation is maintained in the separate GameQ Wiki, updated from the useful parts of the upstream wiki for this fork and version 5.
Protocol-specific credentials and HTTP endpoints need additional care. Read protocol options and security guidance before exposing queries through a public application.
Support and contributing
- Report reproducible problems through GitHub Issues.
- See CONTRIBUTING.md before submitting changes.
- Run
composer testfor the complete local quality suite. - Review CHANGELOG.md before upgrading.
License
GameQ is licensed under the GNU Lesser General Public License 3.0 or later.
All versions of gameq with dependencies
ext-curl Version *
ext-libxml Version *
ext-simplexml Version *
ext-xml Version *