Download the PHP package kduma/comparator without Composer
On this page you can find all versions of the php package kduma/comparator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package comparator
KDuma/Comparator
Batch compare multiple files
Setup
Run bellow command to globally install Comparator:
composer global require kduma/comparator
and add ~/.composer/vendor/bin/
directory to your PATH in your ~/.bash_profile` (or
~/.bashrc`):
export PATH=~/.composer/vendor/bin:$PATH
Updating
Execute following command:
composer global update
Usage
Usage: bin/compare [-c compare_to, --compare compare_to] [-f format, --format format] [-h, --help] [-o output, --output output] [path] [file]
Required Arguments:
path
The path with files to compare.
Optional Arguments:
-h, --help
Prints a usage statement
-c compare_to, --compare compare_to
Compare to
-f format, --format format
Output format (text or cli)
-o output, --output output
Output file for text format
file
If defined, compares specified file in subfolder.
StringCompare
A special thanks to creators of StringCompare, a PHP class that this package is using to compare text files.
Packagist
View this package on Packagist.org: kduma/comparator
All versions of comparator with dependencies
PHP Build Version
Package Version
The package kduma/comparator contains the following files
Loading the files please wait ....