alexey-654 / php-project-lvl2
Files diff generator
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- docopt/docopt: ^1.0
- symfony/yaml: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-29 01:11:37 UTC
README
Installation
$ composer require alexey-654/php-project-lvl2
Usage
This CLI support -
- for input files - JSON or YAML format
- for output three type format - 'pretty' by default, 'plain' and JSON
In your terminal go to the directory with installed package, then type:
$ bin/gendiff --format plain pathToFile1 pathToFile2