tomgud / http-diff
diff for two http requests
Installs: 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:command
Requires
- guzzlehttp/guzzle: ^6.2
- symfony/console: ^2.8
- symfony/yaml: ^2.8
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2022-02-01 13:03:46 UTC
README
http-diff is command line tool for comparing http responses from two servers.
Installation
Installing http-diff
in your project can be done with composer.
composer require tomgud/http-diff
You can also clone this repository and run composer install
to install dependencies.
Requirements
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
placed in a sub, parent or the vendor folder to include the autoload.php
file.
Running
You can define a specification of your suite of diffs in a json or yml file. Take a look into the examples/ folder, to get inspiration for your specification.