# 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
Follow RconNet API class
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of RconNet API class!