haks / code
Difference Calculator at PHP
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- docopt/docopt: ^1.0
This package is not auto-updated.
Last update: 2025-04-03 11:44:03 UTC
README
Hexlet tests and linter status:
Description
The Difference Calculator is a console solution for finding differences between two files using PHP. Support for JSON, YML and YAML formats is provided. The solution supports various formats for outputting differences (Stylish, Plain and Json). The operation logic is based on recursive file comparison and takes into account the types and structure of the compared data.
Setup
git clone https://github.com/MaksHaks/php-project-lvl2.git make install
Calculate Differences
Calculate difference between file1 and file2:
./bin/gendiff --format <format> <file1> <file2>
For more information
./bin/gendiff -h