PHPackages                             flycraftnetwork/minecraftserverstatus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. flycraftnetwork/minecraftserverstatus

AbandonedArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

flycraftnetwork/minecraftserverstatus
=====================================

Minecraft Server Status Query, written in PHP, with online players, motd, favicon and more server related informations without plugins and enable-query.

1.0.2.1(8y ago)018proprietaryPHP

Since Mar 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/thibaultjunin/PHP-Minecraft-Server-Status-Query)[ Packagist](https://packagist.org/packages/flycraftnetwork/minecraftserverstatus)[ RSS](/packages/flycraftnetwork-minecraftserverstatus/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Minecraft Server Status Query
=============================

[](#minecraft-server-status-query)

[![Latest Stable Version](https://camo.githubusercontent.com/76c09ecd540ffb9d7d9be96040383436fd05fab8b0545b36e4b0c3bdc41cf196/68747470733a2f2f706f7365722e707567782e6f72672f666c7963726166746e6574776f726b2f6d696e6563726166747365727665727374617475732f762f737461626c65)](https://packagist.org/packages/flycraftnetwork/minecraftserverstatus) [![Total Downloads](https://camo.githubusercontent.com/b27fe4d3321747d8b8c302fc2eda66e62d12cda61836b3020963331a358f4297/68747470733a2f2f706f7365722e707567782e6f72672f666c7963726166746e6574776f726b2f6d696e6563726166747365727665727374617475732f646f776e6c6f616473)](https://packagist.org/packages/flycraftnetwork/minecraftserverstatus) [![Latest Unstable Version](https://camo.githubusercontent.com/3f82f60c1bd5af25556fc88053fbdd493e0b027bf3744417a252e969dcd3b854/68747470733a2f2f706f7365722e707567782e6f72672f666c7963726166746e6574776f726b2f6d696e6563726166747365727665727374617475732f762f756e737461626c65)](https://packagist.org/packages/flycraftnetwork/minecraftserverstatus) [![License](https://camo.githubusercontent.com/593be405af7a7d2606e6ed2fbd301d8e99123e2424beb4b344f99c5a9e6e15f4/68747470733a2f2f706f7365722e707567782e6f72672f666c7963726166746e6574776f726b2f6d696e6563726166747365727665727374617475732f6c6963656e7365)](https://packagist.org/packages/flycraftnetwork/minecraftserverstatus)

Minecraft Server Status Query, written in PHP, with online players, motd, favicon and more server related informations without plugins and enable-query.

*Used on stats.flycraft-network.net*
*Orginial author: FunnyItsElmo*

### Installation

[](#installation)

```
composer require flycraftnetwork/minecraftserverstatus

```

\###Tutorial

```
use MinecraftServerStatus\MinecraftServerStatus;

require '../vendor/autoload.php';

$response = MinecraftServerStatus::query('play.flycraft-network.net', 25565);

if (! $response) {
    echo "The Server is offline!";
} else {
    echo "
		The Server " . $response['hostname'] . " is running on " . $response['version'] . " and is online,
		currently are " . $response['players'] . " players online
		of a maximum of " . $response['max_players'] . ". The motd of the server is '" . $response['description'] . "'.
		The server has a ping of " . $response['ping'] . " milliseconds.";
}
```

If the server is offline MinecraftServerStatus::query returns false else it returns an array which contains the server informations.

\###Variables The following table contains the available variables the response can contain. The default value of each variable is false.

Array IndexDescription```
'hostname'
```

Exact server address in ipv4 format or dns record```
'port'
```

The servers port for example 25565```
'ping'
```

The time in ms the server needs to answer```
'version'
```

The server version
(for example: 1.9)```
'protocol'
```

The server protocol
(for example: 107)```
'players'
```

Amount of players who are currently online```
'max_players'
```

Number of the slots of the server```
'description'
```

The message of the day of the server ```
'description_raw'
```

The raw version of description
(contains color codes etc.)```
'favicon'
```

The favicon of the server in a base64 string
(Can be displayed with the html img tag by setting the string as src)```
'modinfo'
```

Informations about the pluginsLicence: BSD
------------

[](#licence-bsd)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~346 days

Total

3

Last Release

3011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5327e23311a2e1157e38b676f316ba80ec836408b23a342dec4c0851ea91c19a?d=identicon)[stantabcorp](/maintainers/stantabcorp)

---

Top Contributors

[![thibaultjunin](https://avatars.githubusercontent.com/u/12583049?v=4)](https://github.com/thibaultjunin "thibaultjunin (8 commits)")[![mariogrip](https://avatars.githubusercontent.com/u/1642635?v=4)](https://github.com/mariogrip "mariogrip (2 commits)")[![TuxCoding](https://avatars.githubusercontent.com/u/1957196?v=4)](https://github.com/TuxCoding "TuxCoding (2 commits)")[![Metrakit](https://avatars.githubusercontent.com/u/3305600?v=4)](https://github.com/Metrakit "Metrakit (1 commits)")

---

Tags

serverstatusminecraft

### Embed Badge

![Health badge](/badges/flycraftnetwork-minecraftserverstatus/health.svg)

```
[![Health](https://phpackages.com/badges/flycraftnetwork-minecraftserverstatus/health.svg)](https://phpackages.com/packages/flycraftnetwork-minecraftserverstatus)
```

###  Alternatives

[spatie/laravel-webhook-server

Send webhooks in Laravel apps

1.1k8.8M22](/packages/spatie-laravel-webhook-server)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19513.2k1](/packages/sarfraznawaz2005-servermonitor)[laminas/laminas-server

Create Reflection-based RPC servers

2423.1M23](/packages/laminas-laminas-server)[phpfastcgi/fastcgi-daemon

A FastCGI daemon written in PHP

33011.4k4](/packages/phpfastcgi-fastcgi-daemon)[phpfastcgi/speedfony-bundle

A bundle to integrate a FastCGI daemon with the symfony2 framework

909.5k](/packages/phpfastcgi-speedfony-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
