Skip to content

toridnc/php-project-lvl2

Repository files navigation

Hexlet tests and linter status:

Actions Status Linter PHPUnit tests Maintainability Test Coverage

Вычислитель отличий

Вычислитель отличий – программа, определяющая разницу между двумя структурами данных, вроде: http://www.jsondiff.com.

Возможности:

  • Поддержка разных входных форматов: yaml и json
  • Генерация отчета в виде plain text, stylish и json

Написание тестов (PHPUnit) и разработка через них.

Difference Calculator Project

Difference calculator is a program that determines the difference between two data structures, like: http://www.jsondiff.com.

Opportunities:

  • Support for different input formats: yaml and json
  • Generating a report in the form of plain text, stylish and json

Writing tests (PHPUnit) and developing through them.


Install

git clone git@github.com:toridnc/php-project-lvl2.git
cd php-project-lvl2
make install

Вывод справки / Reference information

bin/gendiff -h
bin/gendiff -v

asciicast

Сравнение плоских файлов (JSON) / Flat file comparison (JSON)

bin/gendiff tests/fixtures/file1.json tests/fixtures/file2.json

asciicast

Сравнение плоских файлов (yaml) / Flat file comparison (yaml)

bin/gendiff tests/fixtures/file1.yml tests/fixtures/file2.yml

asciicast

Рекурсивное сравнение / Recursive comparison

bin/gendiff tests/fixtures/file-1.json tests/fixtures/file-2.json
bin/gendiff tests/fixtures/file-1.yaml tests/fixtures/file-2.yaml
bin/gendiff tests/fixtures/file-1.json tests/fixtures/file-2.yaml

asciicast

Плоский формат / Plain format

bin/gendiff --format plain tests/fixtures/file-1.json tests/fixtures/file-2.json
bin/gendiff --format plain tests/fixtures/file-1.yaml tests/fixtures/file-2.yaml

asciicast

Вывод в json / Output to json

bin/gendiff --format json tests/fixtures/file-1.json tests/fixtures/file-2.json
bin/gendiff --format json tests/fixtures/file-1.yaml tests/fixtures/file-2.yaml

asciicast

About

Difference Calculator Project (YAML, JSON, Docopt, PHPUnit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published