Skip to content

alxjzx100/Q3Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quake 3 Stats

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() );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages