Download Latest Version rconnet-api-class-v1.01.rar (4.3 kB)
Email in envelope

Get an email when there's a new version of RconNet API class

Home
Name Modified Size InfoDownloads / Week
rconnet-api-class-v1.01.rar 2015-03-26 4.3 kB
readme 2015-03-26 590 Bytes
Totals: 2 Items   4.8 kB 0
# RconNet API class by Jeffrey Sieders

This package is a simple wrapper for working w/ the [RconNet API](http://www.rconnet.de/viewtopic.php?f=41&t=3082).

Edit the Config.php file to your needs.

To get a RconNet instance:

    include('RconNet.php');

    $stats      = new RconNet('api_key', 'server_id');
    
Then, use one of the following functions:

    $stats->getPlayers($params, $options);
    $stats->getNumPlayers();
    $stats->getAllPlayers();
    $stats->serverPlayerlist();
    $stats->serverInfo();
    

- Version: 1.0.1 (March 26, 2015)
- Homepage: http://denlanden.nl

Source: readme, updated 2015-03-26