PHPackages                             lrobert/nfo-server-status - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lrobert/nfo-server-status

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lrobert/nfo-server-status
=========================

A handy html parser for status pages on Nuclear Fallout Servers

v0.1.0(10y ago)022MITPHP

Since May 30Pushed 10y agoCompare

[ Source](https://github.com/voziv/nfo-server-status)[ Packagist](https://packagist.org/packages/lrobert/nfo-server-status)[ RSS](/packages/lrobert-nfo-server-status/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

NFO Server Status/Query Page Parser
===================================

[](#nfo-server-statusquery-page-parser)

NFO Server Status is a project designed to parse query pages on NFO servers so that you can add your own server statuses on your site or manipulate/track the data.

Installation
------------

[](#installation)

Install using [Composer](https://getcomposer.org):

```
{
    "require": {
        "lrobert/nfo-server-status": "0.1.*"
    }
}
```

### Note On Specifying Versions

[](#note-on-specifying-versions)

The project is still in it's developmental stage, hence the major version number remaining at 0. The rules of [semantic versioning](http://semver.org/)state that changes to the minor number should not break backwards compatibility, however, during these early stages that cannot be guaranteed. But changes to the patch number *will* remain backwards compatible. As such it is recommended to specify version numbers where the minor number remains a constant. If in doubt, just use the version number specified in the example above.

Once the project reaches a stable 1.0.0, the regular rules of semantic versioning will come into play.

Usage
-----

[](#usage)

```
use lrobert\NFOServerStatus\Murmur\MurmurStatusService;

$murmurStatusService = new MurmurStatusService();

$status = $murmurStatusService->getStatus("example_identifier");

echo $status->getOnline(); // false since example_identifier does not exist

/**
  * See MurmurStatusModel, MurmurChannelModel, and MurmurClientModel on how you can get access to the data
  */
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4007d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d370bcff830851c988f57eafd911e22d4a3ebe56d4d5e0860906b83d51089ade?d=identicon)[voziv](/maintainers/voziv)

---

Top Contributors

[![Voziv](https://avatars.githubusercontent.com/u/25726?v=4)](https://github.com/Voziv "Voziv (2 commits)")

---

Tags

murmurteamspeakNFOServersventrilo

### Embed Badge

![Health badge](/badges/lrobert-nfo-server-status/health.svg)

```
[![Health](https://phpackages.com/badges/lrobert-nfo-server-status/health.svg)](https://phpackages.com/packages/lrobert-nfo-server-status)
```

###  Alternatives

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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