Skip to content

Commit 3c0aeaf

Browse files
committed
Add README
1 parent 2db0ecd commit 3c0aeaf

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# http-diff
2+
3+
http-diff is command line tool for comparing http responses from two servers.
4+
5+
## Installation
6+
7+
Installing `http-diff` in your project can be done with composer.
8+
9+
`composer require tomgud/http-diff`
10+
11+
You can also clone this repository and run `composer install` to install dependencies.
12+
13+
## Requirements
14+
15+
Version 0.1 runs on PHP 5.6 and will be the only version running on 5.6. The `http-diff` executable needs to be
16+
placed in a sub, parent or the vendor folder to include the `autoload.php` file.
17+
18+
## Running
19+
20+
You can define a specification of your suite of diffs in a json or yml file. Take a look into the examples/ folder,
21+
to get inspiration for your specification.

0 commit comments

Comments
 (0)