2017 © Pedro Peláez
 

library system-info

Information about the server

image

intpp/system-info

Information about the server

  • Tuesday, December 23, 2014
  • by intpp
  • Repository
  • 1 Watchers
  • 3 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

System (Server) information - system-info

Information about your server., (*1)

Supported OS:

  • Linux
  • Windows
  • BSD
  • Macintosh

Methods:

  • getName
  • getVersion
  • getHostname
  • getArchitecture
  • getUptime

Usage

    // Get the class to work with the current operating system
    $system = Server::getInfo();

    // Captain Obvious was here
    $system::getName();
    $system::getVersion();
    ...
    $system::getUptime();

Install via composer

    "require": {
        ...
        "intpp/system-info": "*"
    },

The Versions

23/12 2014

dev-master

9999999-dev

Information about the server

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

by Avatar intpp

23/12 2014

v1.0.1

1.0.1.0

Information about the server

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

by Avatar intpp

06/11 2014

v1.0

1.0.0.0

Information about the server

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

by Avatar intpp