PHPackages                             nelisys/ping - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nelisys/ping

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nelisys/ping
============

PHP Class for fping command

1.0.0(10y ago)31.5kMITPHP

Since Oct 24Pushed 10y agoCompare

[ Source](https://github.com/nelisys/ping)[ Packagist](https://packagist.org/packages/nelisys/ping)[ RSS](/packages/nelisys-ping/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

ping
====

[](#ping)

PHP Class for fping command

Requirements
------------

[](#requirements)

Requires: fping

For RedHat/CentOS 6, 7

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

Installation with Composer
--------------------------

[](#installation-with-composer)

```
$ composer require nelisys/ping
```

Usage
-----

[](#usage)

Example php file.

```
// 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.

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

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3905d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9829106a124421a5ea5acf17eedf5602121787863db3a0d221dd2f4dd3053d3?d=identicon)[nelisys](/maintainers/nelisys)

### Embed Badge

![Health badge](/badges/nelisys-ping/health.svg)

```
[![Health](https://phpackages.com/badges/nelisys-ping/health.svg)](https://phpackages.com/packages/nelisys-ping)
```

###  Alternatives

[florianwolters/component-util-singleton

The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.

13179.3k5](/packages/florianwolters-component-util-singleton)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
