{ "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", "csgo", "counter-strike", "team fortress", "starbound", "rust", "ark", "gmod" ], "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "9.2", "vimeo/psalm": "^3.12", "php-coveralls/php-coveralls": "^2.2" }, "autoload": { "psr-4": { "xPaw\\SourceQuery\\": "SourceQuery/" } } }