ichbin / gameq
GameQ Gameserver Library for Laravel
v1
2020-12-17 13:08 UTC
Requires
- php: ^7.3|^8.0
- ext-bz2: *
- ext-xml: *
- austinb/gameq: 3.*@stable
- illuminate/support: ^8.0
Requires (Dev)
- ext-curl: *
README
GameQ is a PHP library that allows you to query multiple types of multiplayer game & voice servers at the same time.
Requirements
- PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0
- Bzip2 - Used for A2S Compressed responses
Tested
Laravel 8.0
Installation
You can install the package via composer:
composer require ichbin/gameq
Usage
return GameQ::info($type, $ip, $port);
Credits
- Austinb main GameQ
- BoyFromHell support for Laravel