Skip to content

Native ping command by ICMP protocol. Writed on PHP.

jovixv/native-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native-ping

Native ping command without any dependencies. Through ICMP protocol. Writed on PHP.

install

This package working only with composer 2+ Read more about our Composer 1.x deprecation policy.

composer require jovixv/native-ping

Usage Example

include '../vendor/autoload.php';

use jovixv\Ping\Ping;

$test = new Ping();

$pingEntity = $test->ping('dataforseo.com', 500, 4, 32);

var_dump($pingEntity);

About

Native ping command by ICMP protocol. Writed on PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages