https://github.com/sabirivan/generator-differences-project
PHP-package to find difference between two files.
https://github.com/sabirivan/generator-differences-project
json php7 phpcodesniffer phpcs phpunit yaml yml
Last synced: 19 days ago
JSON representation
PHP-package to find difference between two files.
- Host: GitHub
- URL: https://github.com/sabirivan/generator-differences-project
- Owner: SabirIvaN
- Created: 2019-09-14T06:54:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T07:36:20.000Z (over 2 years ago)
- Last Synced: 2025-07-26T00:37:52.930Z (3 months ago)
- Topics: json, php7, phpcodesniffer, phpcs, phpunit, yaml, yml
- Language: PHP
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generator Differences
[](https://codeclimate.com/github/SabirIvaN/php-project-lvl2/maintainability)
PHP-package to find difference between two files.
## Installation
With Composer:
`composer global require sabirivan/gendiff:^1.6`
## Input and output data
Available data types:
- json
- yaml/yml
Render formats:
- pretty
## Example of usage
- Pretty format:
- for *json* flat:
[](https://asciinema.org/a/grgfHTXh8ILkxkTNcGj2znPxS)
- for *yaml/yml* flat:
[](https://asciinema.org/a/uKmlMvOBlFSrXa8vjSBeML6sI)
- for *json* nested:
[](https://asciinema.org/a/umKWXQFcYrHpcWk7GfjOkruxs)
- for *yaml/yml* nested:
[](https://asciinema.org/a/V1KN8cqksH36y3Cvk5z1AeLcs)
- Plain format:
- for *json* flat:
[](https://asciinema.org/a/sXOsFFHQEyhh9gXoazY7zuBHT)
- for *yaml/yml* flat:
[](https://asciinema.org/a/dAF0QMXqWJOyRw0KLcXpBdyua)
- for *json* nested:
[](https://asciinema.org/a/yaZaCxEXYbbwYzT54nfeflub6)
- for *yaml/yml* nested:
[](https://asciinema.org/a/KOHQG9FHP1mZNOC9P55u8TX5d)
- Json format:
- for *json* flat:
[](https://asciinema.org/a/H39wmNWV5rKzua90A0bsihQU7)
- for *yaml/yml* flat:
[](https://asciinema.org/a/G7RsQlGTSXlMb9uLXcHynXtv5)
- for *json* nested:
[](https://asciinema.org/a/Tno2Rb1TLyVj7xGHIz6lS2pVJ)
- for *yaml/yml* nested:
[](https://asciinema.org/a/9wOxEpx7DC76C7moqchIi8nfO)