Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages