Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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