Download the PHP package malcom/gendiff without Composer
On this page you can find all versions of the php package malcom/gendiff. 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 gendiff
Differece calculator
Hexlet PHP project - level 2
This repository contains Difference Calculator - utility for finding differences in configuration files
Install:
$ composer global require malcom/gendiff
Usage:
Gendiff can works with different configuration files formats:
- JSON format
$ gendiff before.json after.json
- YAML format
$ gendiff before.yaml after.yaml
Gendiff can works with recursive configuration files:
Gendiff generates output data in different formats:
-
Pretty format (default)
- Text format
gendiff --format plain before.yaml after.yaml
- JSON format
gendiff --format json before.yaml after.yaml
All versions of gendiff with dependencies
PHP Build Version
Package Version
Requires
docopt/docopt Version
^1.0
tightenco/collect Version ^6.7
symfony/yaml Version ^5.0
funct/funct Version ^1.5
tightenco/collect Version ^6.7
symfony/yaml Version ^5.0
funct/funct Version ^1.5
The package malcom/gendiff contains the following files
Loading the files please wait ...