alexsoft / isup
Simple website status checker based on isitup.org.
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/alexsoft/isup
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-09-12 07:52:19 UTC
README
Simple website status checker based on isitup.org and written in PHP.
Installation:
composer global require "alexsoft/isup"
After that, you can use it as command line tool:
$ isup google.com
It's just you. google.com is up.
You can also check multiple domains:
$ isup google.com github.com vk.com
It's just you. google.com is up.
It's just you. github.com is up.
It's not just you! vk.com looks down from here.