Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsoft/isup.php
Simple website status checker based on isitup.org
https://github.com/alexsoft/isup.php
isitup isup php
Last synced: 17 days ago
JSON representation
Simple website status checker based on isitup.org
- Host: GitHub
- URL: https://github.com/alexsoft/isup.php
- Owner: alexsoft
- License: mit
- Created: 2015-05-12T14:46:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T22:49:52.000Z (over 3 years ago)
- Last Synced: 2024-10-09T16:41:37.550Z (28 days ago)
- Topics: isitup, isup, php
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ISUP on PHP
Simple website status checker based on [isitup.org](http://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.