| Name | Modified | Size | Downloads / 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