maksyliator / difcalc
查找差异
1.0.0
2021-08-23 06:34 UTC
Requires
- ext-json: *
- docopt/docopt: ^1.0
- lstrojny/functional-php: ^1.17
README
描述
差异计算器 - 程序,用于确定两个数据结构之间的差异。这是一个常见任务,
许多在线服务可以解决,例如:http://www.jsondiff.com/。类似的机制在
输出测试或自动跟踪配置文件更改时使用。
工具功能
- 支持不同的输入格式:yaml 和 json
- 以 plain text、stylish 和 json 格式生成报告
packagist 上的库
https://packagist.org.cn/packages/maksyliator/difcalc
安装项目
$ git clone https://github.com/Maksyliator/php-project-lvl2.git
$ cd php-project-lvl2
$ make install