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.
2 parents 38ba712 + 7ea35f4 commit cb8c136Copy full SHA for cb8c136
.gitignore
@@ -0,0 +1,2 @@
1
+/.idea/
2
+/vendor/
composer.json
@@ -0,0 +1,12 @@
+{
+ "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",
5
+ "type": "library",
6
+ "license": "LGPL-2.1",
7
+ "autoload": {
8
+ "files": [
9
+ "SourceQuery/SourceQuery.class.php"
10
+ ]
11
+ }
12
+}
0 commit comments