We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d6803 commit 5881a42Copy full SHA for 5881a42
composer.json
@@ -1,9 +1,16 @@
1
{
2
"name": "xpaw/php-source-query-class",
3
- "description": "PHP Class to query servers based on \"Source Engine Query\"",
4
- "homepage": "https://github.com/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",
5
"type": "library",
6
"license": "LGPL-2.1",
7
+ "keywords":
8
+ [
9
+ "rcon",
10
+ "minecraft",
11
+ "counter-strike",
12
+ "team fortress"
13
+ ],
14
"require":
15
16
"php": ">=5.4"
0 commit comments