PHPackages                             kaankilic/serverup - 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. kaankilic/serverup

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

kaankilic/serverup
==================

Server Uptime Checker Tool

2.3(9y ago)2591MITPHPPHP &gt;=5.5.9

Since Sep 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kaankilic/serverup)[ Packagist](https://packagist.org/packages/kaankilic/serverup)[ RSS](/packages/kaankilic-serverup/feed)WikiDiscussions master Synced 2mo ago

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

ServerUp Tool
=============

[](#serverup-tool)

Basic useful Server Uptime and connection checker tool.

[![Build Status](https://camo.githubusercontent.com/40d8bf268d0dee1019d4f5b9f67d6f21ae193a7450485408e9dcf37e0b3f1159/68747470733a2f2f7472617669732d63692e6f72672f6b61616e6b696c69632f73657276657275702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kaankilic/serverup)[![Total Downloads](https://camo.githubusercontent.com/4344696905d93dc7931a4a4f840cf2791576041d38e7308d67f51357361eb3b5/68747470733a2f2f706f7365722e707567782e6f72672f6b61616e6b696c69632f73657276657275702f646f776e6c6f616473)](https://packagist.org/packages/kaankilic/serverup)[![Latest Stable Version](https://camo.githubusercontent.com/75f78985ebb0c479d872c8334bec9619d448643c828d1fef11bb010a64163ffb/68747470733a2f2f706f7365722e707567782e6f72672f6b61616e6b696c69632f73657276657275702f762f737461626c65)](https://packagist.org/packages/kaankilic/serverup)[![Latest Unstable Version](https://camo.githubusercontent.com/53d6d7dc455421d9ba63bf97f89c7ea887a34d87c619d1934bd149de8d577e74/68747470733a2f2f706f7365722e707567782e6f72672f6b61616e6b696c69632f73657276657275702f762f756e737461626c65)](https://packagist.org/packages/kaankilic/serverup)[![License](https://camo.githubusercontent.com/dcc39bb25fe32723a570f9821f38a012bcb1f3dcce045d46fb31bb7eb1855339/68747470733a2f2f706f7365722e707567782e6f72672f6b61616e6b696c69632f73657276657275702f6c6963656e7365)](https://packagist.org/packages/kaankilic/serverup)

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

[](#installation)

You can install the package via composer:

```
composer require kaankilic/serverup
```

or require the tool in your **composer.json** file.

```
"kaankilic/serverup": "^2.0"
```

then run `composer install` command from your command line.

Once **ServerUp** is installed you need to register the service provider.Open up **config/app.php** and add the provider key of tool.

```
'providers' => array(
	...
    Kaankilic\ServerUp\Providers\ServerUpServiceProvider::class,
)
```

After that, you need to register the facade in the aliases key of your config/app.php file.

```
'aliases' => array(
	... aliases
	'ServerUp'=> Kaankilic\ServerUp\Facades\ServerUp::class,
)
```

Finally, from the command line again, publish the default configuration file:

```
php artisan vendor:publish --provider="Kaankilic\ServerUp\Providers\ServerUpServiceProvider"
```

Usage
-----

[](#usage)

**Simple Usage**

```
	ServerUp::ping("http://facebook.com",80);
	ServerUp::getIsTotalyAvail(); //returns boolean value
```

**Advanced Usage**

You must define Hostname and Port values for the ping values.Then, you can get availibility of ip or domain with `ping()` facades. Example code is on the below:

```
	ServerUp::setHostname("http://facebook.com");
	ServerUp::setPort(80);
	ServerUp::setSampleAmount(50);
	ServerUp::setTimeoutDuration(10); // unit is integer based milliseconds
	ServerUp::getIsTotalyAvail(); //returns boolean value
	var_dump(ServerUp::ping()); //returns the SocketResponses for each ping request
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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 ~14 days

Total

5

Last Release

3476d ago

Major Versions

1.0 → 2.02016-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/46afbba6b880ec59a944b5184e8e3d01bdf0094decfee0f9d99e74607eb348ca?d=identicon)[kaankilic](/maintainers/kaankilic)

---

Top Contributors

[![kaankilic](https://avatars.githubusercontent.com/u/5264153?v=4)](https://github.com/kaankilic "kaankilic (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kaankilic-serverup/health.svg)

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

###  Alternatives

[volcengine/volc-sdk-php

Volcengine SDK for PHP

35113.0k4](/packages/volcengine-volc-sdk-php)[nabilhassen/laravel-usage-limiter

A laravel package to manage and limit usages/seats by plan, users, or other models

1803.2k](/packages/nabilhassen-laravel-usage-limiter)[workbunny/webman-nacos

Webman plugin workbunny/webman-nacos

673.9k](/packages/workbunny-webman-nacos)[zgldh/crc16-php

crc16 hash methods for PHP

1639.6k1](/packages/zgldh-crc16-php)

PHPackages © 2026

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