alxjzx100/q3stats

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2022-10-03 07:44 UTC

This package is auto-updated.

Last update: 2025-07-04 12:48:58 UTC


README

What is this?

This library allows you to receive stats from Quake 3 servers via UDP port.

đź› Installation

Install Composer (https://getcomposer.org/download/)

As Library via Composer:

composer require alxjzx100/Q3Stats

🔌 Usage

<?php
require 'vendor/autoload.php';

use Alxjzx100\Q3Stats\Q3Stats;

$stats = new Q3Stats('XX.XX.XX.XX', 'PORT');
var_dump( $stats->getStats() );