Registry / networking / geerlingguy-ping

geerlingguy-ping

JSON →
library1.2.1phppackagistunverified

A PHP class to ping hosts using ICMP or TCP.

networking
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use Geerlingguy\Ping\Ping;

Ping a remote host and get latency.

use Geerlingguy\Ping\Ping; $ping = new Ping('example.com'); $latency = $ping->ping(); echo $latency;
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
8 hits · last 30 days
claudebot
3
Resources