Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loperd/minecraft-query-client
Minecraft Query Client by TCP & UDP protocols. Implementation of: https://wiki.vg/Query and https://wiki.vg/Server_List_Ping
https://github.com/loperd/minecraft-query-client
minecraft minecraft-client minecraft-client-abstraction minecraft-php minecraft-php-client minecraft-ping minecraft-query minecraft-query-client minecraft-query-client-php minecraft-server-client
Last synced: about 1 month ago
JSON representation
Minecraft Query Client by TCP & UDP protocols. Implementation of: https://wiki.vg/Query and https://wiki.vg/Server_List_Ping
- Host: GitHub
- URL: https://github.com/loperd/minecraft-query-client
- Owner: loperd
- Created: 2022-07-02T11:52:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T12:09:28.000Z (6 months ago)
- Last Synced: 2024-08-11T17:53:52.633Z (5 months ago)
- Topics: minecraft, minecraft-client, minecraft-client-abstraction, minecraft-php, minecraft-php-client, minecraft-ping, minecraft-query, minecraft-query-client, minecraft-query-client-php, minecraft-server-client
- Language: PHP
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Query Client
Simple implementation of [Server List Ping](https://wiki.vg/Server_List_Ping) and [Query](https://wiki.vg/Query) for getting status of Minecraft Server.
### Installation
```bash
composer require loper/minecraft-query-client
```### Examples
#### Server List Ping
examples/java-ping.php```php
#!/usr/bin/env php