Difference Calculator is a program that determines the difference between two data structures.
- Support for different input formats: yaml and json
- Generating a report in the form of plain text, stylish and json
- PHP
- Composer
- make
git clone https://github.com/AlexeyGorc/php-project-48.gitcd php-project-48make installbin/gendiff -hbin/gendiff tests/fixtures/file1.json tests/fixtures/file2.jsonbin/gendiff tests/fixtures/file1.yaml tests/fixtures/file2.yamlbin/gendiff --format plain tests/fixtures/file1.json tests/fixtures/file2.jsonbin/gendiff --format json tests/fixtures/file1.json tests/fixtures/file2.json