2017 © Pedro Peláez
 

library server-status

image

tylercd100/server-status

  • Saturday, April 16, 2016
  • by tylercd100
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PHP Server Status

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Dependency Status Total Downloads, (*1)

Can ping and return status code of a host, (*2)

Installation

Install via composer - In the terminal:, (*3)

composer require tylercd100/server-status

Usage

use Tylercd100\ServerStatus\Host;

$host = new Host("google.com"); // or an IP address; 127.0.0.1

echo "Host ping: " . $host->ping() . "\n";
echo "Host status code: " . $host->status() . "\n";

# Host ping: 30.0
# Host status code: 200

The Versions

16/04 2016

dev-master

9999999-dev https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

16/04 2016

1.1.0

1.1.0.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

15/04 2016

1.0.4

1.0.4.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

15/04 2016

1.0.3

1.0.3.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

15/04 2016

1.0.2

1.0.2.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

15/04 2016

1.0.1

1.0.1.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status

14/04 2016

1.0.0

1.0.0.0 https://github.com/tylercd100/server-status

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

ping status code tylercd100 server status