alexsoft / isup
基于 isitup.org 的简单网站状态检查器。
v1.1
2015-05-14 07:47 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-09-12 05:38:57 UTC
README
基于 isitup.org 的简单网站状态检查器,使用 PHP 编写。
安装
composer global require "alexsoft/isup"
之后,您可以使用它作为命令行工具。
$ isup google.com
It's just you. google.com is up.
您也可以检查多个域名。
$ 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.