vitaliy / php-project-lvl2
php-package-lv2
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vitaliy/php-project-lvl2
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- illuminate/collections: ^8.7
- symfony/yaml: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-10-28 00:45:19 UTC
README
Setup
via Composer:
- global installation to use CLI - utilite.
composer global require vitaliy/php-project-lvl2
- local installation to use as library.
composer require vitaliy/php-project-lvl2
Description
The gendiff is cli utilite. It show differ bettween two files (Json and Yaml format supported).
The differ can be shown in different formats.
Support [ -- pretty(by default)], [-- plain] and [--json] output formatters.
Usage
Usage:
gendiff  (-h|--help)
gendiff  (-v|--version)
gendiff [--format ] <firstFile> <secondFile>
Options:
-h --help                     Show this screen
-v --version                  Show version
--format                 Report format [default: pretty]