2017 © Pedro Peláez
 

library nfo-server-status

A handy html parser for status pages on Nuclear Fallout Servers

image

lrobert/nfo-server-status

A handy html parser for status pages on Nuclear Fallout Servers

  • Saturday, May 30, 2015
  • by voziv
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

NFO Server Status/Query 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., (*1)

Installation

Install using Composer:, (*2)

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

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 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., (*3)

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

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
  */

The Versions

30/05 2015

dev-master

9999999-dev

A handy html parser for status pages on Nuclear Fallout Servers

  Sources   Download

MIT

The Requires

 

by lrobert

teamspeak murmur nfoservers ventrilo

30/05 2015

v0.1.0

0.1.0.0

A handy html parser for status pages on Nuclear Fallout Servers

  Sources   Download

MIT

The Requires

 

by lrobert

teamspeak murmur nfoservers ventrilo