2017 © Pedro Peláez
 

library comparator

Batch compare multiple files

image

kduma/comparator

Batch compare multiple files

  • Saturday, January 23, 2016
  • by kduma
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

KDuma/Comparator

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Batch compare multiple files, (*2)

Setup

Run bellow command to globally install Comparator:, (*3)

composer global require kduma/comparator

and add ~/.composer/vendor/bin/ directory to your PATH in your ~/.bash_profile` (or~/.bashrc`):, (*4)

export PATH=~/.composer/vendor/bin:$PATH

Updating

Execute following command:, (*5)

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., (*6)

Packagist

View this package on Packagist.org: kduma/comparator, (*7)

The Versions

23/01 2016

dev-master

9999999-dev

Batch compare multiple files

  Sources   Download

GPL-3.0

The Requires

 

23/01 2016

1.0.2

1.0.2.0

Batch compare multiple files

  Sources   Download

GPL-3.0

The Requires

 

23/01 2016

1.0.1

1.0.1.0

Batch compare multiple files

  Sources   Download

GPL-3.0

The Requires

 

23/01 2016

1.0

1.0.0.0

Batch compare multiple files

  Sources   Download

GPL-3.0

The Requires