{ "name": "xpaw/php-source-query-class", "description": "PHP library to query and send RCON commands to servers based on \"Source Engine Query\" protocol", "homepage": "https://github.com/xPaw/PHP-Source-Query", "type": "library", "license": "LGPL-2.1", "keywords": [ "rcon", "minecraft", "counter-strike", "team fortress" ], "require": { "php": ">=5.4" }, "autoload": { "files": [ "SourceQuery/SourceQuery.class.php" ] } }