You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
602 B
38 lines
602 B
{
|
|
"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",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Pavel Djundik",
|
|
"email": "sourcequery@xpaw.me"
|
|
}
|
|
],
|
|
"keywords":
|
|
[
|
|
"rcon",
|
|
"minecraft",
|
|
"csgo",
|
|
"counter-strike",
|
|
"team fortress",
|
|
"starbound",
|
|
"rust",
|
|
"ark",
|
|
"gmod"
|
|
],
|
|
"require":
|
|
{
|
|
"php": ">=5.5"
|
|
},
|
|
"autoload":
|
|
{
|
|
"psr-4":
|
|
{
|
|
"xPaw\\SourceQuery\\": "SourceQuery/"
|
|
}
|
|
}
|
|
}
|