PHPackages                             gigasavvy/uptyme - 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. [CLI &amp; Console](/categories/cli)
4. /
5. gigasavvy/uptyme

ActiveLibrary[CLI &amp; Console](/categories/cli)

gigasavvy/uptyme
================

CLI-based script to verify websites are up.

v0.1.3(9y ago)1181MITPHPPHP &gt;=7.0

Since Jun 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/GigaSavvy/uptyme)[ Packagist](https://packagist.org/packages/gigasavvy/uptyme)[ RSS](/packages/gigasavvy-uptyme/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Uptyme Checker
==============

[](#uptyme-checker)

Uptyme is a PHP CLI script to verify the uptime of websites.

Why is it spelled Uptyme, you code hipster?
-------------------------------------------

[](#why-is-it-spelled-uptyme-you-code-hipster)

[`uptime`](https://linux.die.net/man/1/uptime) is a Linux command for checking system uptime. We obviously could not use this name!

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

[](#installation)

```
composer global require gigasavvy/uptyme

```

Usage
-----

[](#usage)

Uptyme should be run from the command line and can be used in various ways.

### Basic Checking

[](#basic-checking)

To check that a single website is up, use the following command:

```
$ uptyme run https://gigasavvy.com
Checking HTTPS integrity of the given domains...
Checker completed with 0 failed domains.

```

To check that multiple websites are up, simply pass additional domains as arguments:

```
$ uptyme run https://gigasavvy.com https://google.com https://php.net
Checking HTTPS integrity of the given domains...
Checker completed with 0 failed domains.

```

### Logging

[](#logging)

To enable a log (useful for cron-based running), pass the log file to the `--log` option:

```
$ uptyme run https://gigasavvy.com --log /var/log/uptyme.log
Checking HTTPS integrity of the given domains...
Checker completed with 0 failed domains.
Check logs for more info (/var/log/uptyme.log)

```

### Slack Integration

[](#slack-integration)

For any failed websites, you can be alerted via Slack by passing your Slack webhook url to the `--slack` option:

```
$ uptyme run https://foo.bar --slack https://hooks.slack.com/services/123/456
Checking HTTPS integrity of the given domains...
Checker completed with 1 failed domains.
Failed domains:
https://foo.bar

```

As we can see, the site `https://foo.bar` failed to connect. By passing the `--slack` option, your Slack channel will also be notified.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

4

Last Release

3344d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78e66e2a9fc45b509f43164b07af8521a71941b081abfbbaec6597bd6d4f4a21?d=identicon)[samrap](/maintainers/samrap)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gigasavvy-uptyme/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)

PHPackages © 2026

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