ichbin/gameq

GameQ Gameserver Library for Laravel

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/ichbin/gameq

v1 2020-12-17 13:08 UTC

This package is auto-updated.

Last update: 2025-10-18 04:20:41 UTC


README

Latest Version on Packagist Scrutinizer Code Quality Build Status Total Downloads License

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