2017 © Pedro Peláez
 

library ping

PHP Class for fping command

image

nelisys/ping

PHP Class for fping command

  • Saturday, October 24, 2015
  • by nelisys
  • Repository
  • 1 Watchers
  • 2 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

ping

PHP Class for fping command, (*1)

Requirements

Requires: fping, (*2)

For RedHat/CentOS 6, 7, (*3)

[root@centos ~]# yum install epel-release
[root@centos ~]# yum install fping

Installation with Composer

$ composer require nelisys/ping

Usage

Example php file., (*4)

// test-ping.php
require 'vendor/autoload.php';

use Nelisys\Ping;

$host = new Ping('127.0.0.1');

var_dump($host->ping());

Test run php file., (*5)

$ php test-ping.php
Array
(
    [127.0.0.1] => 0.14
)

The Versions

24/10 2015

dev-master

9999999-dev

PHP Class for fping command

  Sources   Download

MIT

by Avatar nelisys

24/10 2015

1.0.0

1.0.0.0

PHP Class for fping command

  Sources   Download

MIT

by Avatar nelisys