PHPackages                             tibinsunny/isitup - 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. tibinsunny/isitup

ActivePackage

tibinsunny/isitup
=================

Check if the site is rechable without using CURL🚀

1.0(5y ago)08mitPHPPHP &gt;=5.3.0

Since Feb 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Tibinsunny/isitup)[ Packagist](https://packagist.org/packages/tibinsunny/isitup)[ RSS](/packages/tibinsunny-isitup/feed)WikiDiscussions master Synced yesterday

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

isitup 🦄
========

[](#isitup-)

isitup is a simple php library which allows users to check if a host is up without using CURL or PING

Installation 📩
--------------

[](#installation-)

`composer require tibinsunny/isitup`

🔨 Usage 🔨
---------

[](#-usage-)

```
use isitup\isitup;
$instance=new isitup();
$host=$instance->check("https://packagist.org/");

```

`$host` will contain a boolean value after checking if the host is up or not. i.e, `$host` will return `TRUE` | `1` if the site is rechable else it will return `FALSE` | `0`

Sample Code
-----------

[](#sample-code)

```

```

The above code returnts a code `1` which indicates that the site is rechable.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49b9d2db42499c249a522fc7bb3fca94e57d4818def74122738f5a60ffd968fe?d=identicon)[tibinsunny](/maintainers/tibinsunny)

---

Top Contributors

[![Tibinsunny](https://avatars.githubusercontent.com/u/33937416?v=4)](https://github.com/Tibinsunny "Tibinsunny (6 commits)")

### Embed Badge

![Health badge](/badges/tibinsunny-isitup/health.svg)

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

PHPackages © 2026

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