2017 © Pedro Peláez
 

library minephpquery

Simple to use library to fetch and check the status of Minecraft servers.

image

ozzyfant/minephpquery

Simple to use library to fetch and check the status of Minecraft servers.

  • Tuesday, September 2, 2014
  • by ozzyfant
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MinePHPQuery

This library is a utility to query Minecraft servers and get their status. It is possible to fetch these status values:, (*1)

  • Current number of players playing
  • Maximum number of players
  • All names of currently playing players
  • Plugins (if any)
  • Port and current server IP
  • Name of the server (MOTD)
  • Name of the modification used (if any)
  • Is the server online?

Before starting

This library uses Minecraft's query protocol, which isn't activated by default. You need to change the configuration if necessary., (*2)

enable-query=false

needs to be changed to, (*3)

enable-query=true
query.port=25565

To get started, take a look at example.php for basic usage., (*4)

The Versions

02/09 2014

dev-master

9999999-dev

Simple to use library to fetch and check the status of Minecraft servers.

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Janek Ostendorf (ozzy)

20/07 2013

1.0

1.0.0.0

Simple to use library to fetch and check the status of Minecraft servers.

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Janek Ostendorf (ozzy)