You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
classes | 9 years ago | |
example | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 7 years ago | |
composer.json | 9 years ago |
README.md
Minecraft Server Query
A PHP library for checking the status of an enabled Minecraft server ported from python https://github.com/Dinnerbone/mcstatus
Usage
$minecraft = new \SandFoxIM\Minecraft\ServerQuery($argv[1], $argv[2], 2);
echo "Basic info:\n";
var_export($minecraft->getStatus());
echo "Full info:\n";
var_export($minecraft->getRules());