ichbin/gameq

GameQ Gameserver Library for Laravel

v1 2020-12-17 13:08 UTC

This package is auto-updated.

Last update: 2024-04-18 00:51:30 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