Skip to content

Commit 76cdb57

Browse files
committed
readme
1 parent de6442c commit 76cdb57

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# php-httpstat
2+
3+
PHP implementation of reorx's [httpstat](https://github.com/reorx/httpstat)
4+
5+
## Installation
6+
7+
Clone
8+
9+
```
10+
$ git clone https://github.com/talhasch/php-httpstat
11+
```
12+
13+
Copy httpstat.php to one of your $PATH directories and make executable.
14+
15+
```
16+
$ cd php-httpstat
17+
$ cp httpstat.php /usr/local/bin/httpstat
18+
$ chmod +x httpstat.php
19+
```
20+
21+
Run
22+
23+
```
24+
httpstat http://www.google.com
25+
```

0 commit comments

Comments
 (0)