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(8y ago)1181MITPHPPHP &gt;=7.0

Since Jun 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/GigaSavvy/uptyme)[ Packagist](https://packagist.org/packages/gigasavvy/uptyme)[ RSS](/packages/gigasavvy-uptyme/feed)WikiDiscussions master Synced 2mo 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 32% 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

3246d 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.6k509.9M17.0k](/packages/laravel-framework)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[acmephp/acmephp

Let's Encrypt client written in PHP

649155.1k](/packages/acmephp-acmephp)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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