|
|
@ -1,9 +1,16 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "xpaw/php-source-query-class",
|
|
|
|
"name": "xpaw/php-source-query-class",
|
|
|
|
"description": "PHP Class to query servers based on \"Source Engine Query\"",
|
|
|
|
"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-Class",
|
|
|
|
"homepage": "https://github.com/xPaw/PHP-Source-Query",
|
|
|
|
"type": "library",
|
|
|
|
"type": "library",
|
|
|
|
"license": "LGPL-2.1",
|
|
|
|
"license": "LGPL-2.1",
|
|
|
|
|
|
|
|
"keywords":
|
|
|
|
|
|
|
|
[
|
|
|
|
|
|
|
|
"rcon",
|
|
|
|
|
|
|
|
"minecraft",
|
|
|
|
|
|
|
|
"counter-strike",
|
|
|
|
|
|
|
|
"team fortress"
|
|
|
|
|
|
|
|
],
|
|
|
|
"require":
|
|
|
|
"require":
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"php": ">=5.4"
|
|
|
|
"php": ">=5.4"
|
|
|
|