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 de0b105 commit 06f19c7Copy full SHA for 06f19c7
README.md
@@ -9,7 +9,6 @@ composer require php-minecraft/minecraft-query
9
10
# Example usage
11
12
-Use this PHP code before examples
13
```PHP
14
declare(strict_types=1);
15
@@ -69,4 +68,4 @@ $rawData = $resolver->getRawData();
69
68
$result = MinecraftQueryResult::fromRawData($rawData);
70
```
71
72
-Library is inspired by xPaw/PHP-Minecraft-Query (sockets, not code style 🤣)
+Library (socket logic) is inspired by xPaw/PHP-Minecraft-Query
0 commit comments