PHPackages                             tylercd100/server-status - 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. tylercd100/server-status

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

tylercd100/server-status
========================

1.1.0(10y ago)155MITPHPPHP ^5.5.9|^7.0

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tylercd100/server-status)[ Packagist](https://packagist.org/packages/tylercd100/server-status)[ Docs](https://github.com/tylercd100/server-status)[ RSS](/packages/tylercd100-server-status/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

PHP Server Status
=================

[](#php-server-status)

[![Latest Version](https://camo.githubusercontent.com/f5d92c519ab4fde6a98df13f87588a7c545e7a2166046869101df8a6af08ea88/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f74796c657263643130302f7365727665722d7374617475732e7376673f7374796c653d666c61742d737175617265)](https://github.com/tylercd100/server-status/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/04bb386fcb6fe1c1c668cef0a2a027853b31bca30c9584bc6e81f11bd84efee8/68747470733a2f2f7472617669732d63692e6f72672f74796c657263643130302f7365727665722d7374617475732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tylercd100/server-status)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2a7f12d8acd268b329c4b4217a5e1cf63e4b5ef7e4bc87df99e6002fe80acb5b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74796c657263643130302f7365727665722d7374617475732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tylercd100/server-status/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/428201f6bb27a9f667f320fad333e7b7e79788794c602e1467be3edb7ede7e06/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74796c657263643130302f7365727665722d7374617475732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tylercd100/server-status/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1c4ac926efb90f2924bb989040a5bf7eedb5476ed59563195a7d1ed8141ed7fb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536663332353263333536333065303032396462303138372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56f3252c35630e0029db0187)[![Total Downloads](https://camo.githubusercontent.com/50e3bbaf9fe09577c1faaa5e4c57bffd3b915c6b243097e18fe28e3adecace34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74796c657263643130302f7365727665722d7374617475732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tylercd100/server-status)

Can ping and return status code of a host

Installation
------------

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require tylercd100/server-status
```

Usage
-----

[](#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
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~0 days

Total

6

Last Release

3728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (16 commits)")

---

Tags

status codepingtylercd100server status

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tylercd100-server-status/health.svg)

```
[![Health](https://phpackages.com/badges/tylercd100-server-status/health.svg)](https://phpackages.com/packages/tylercd100-server-status)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M111](/packages/google-cloud-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k39](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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