chenwencheng / php-httpstat

PHP implementation of @reorx's httpstat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-httpstat

PHP implementation of reorx's httpstat

Installation

Clone repo, copy httpstat.php to one of your $PATH directories and make executable.

$ git clone https://github.com/talhasch/php-httpstat
$ cd php-httpstat
$ cp httpstat.php /usr/local/bin/httpstat
$ chmod +x /usr/local/bin/httpstat

Run

$ httpstat http://www.google.com

About

PHP implementation of @reorx's httpstat


Languages

Language:PHP 85.1%Language:Shell 14.9%