Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mowangjuanzi/php-docs-diff
php-docs 文件差异对比工具
https://github.com/mowangjuanzi/php-docs-diff
Last synced: 6 days ago
JSON representation
php-docs 文件差异对比工具
- Host: GitHub
- URL: https://github.com/mowangjuanzi/php-docs-diff
- Owner: mowangjuanzi
- Created: 2022-01-18T00:56:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T17:10:03.000Z (about 2 years ago)
- Last Synced: 2023-03-02T11:22:13.368Z (over 1 year ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-docs-diff
php-docs 文件差异对比工具
## 要求
该项目必须跟 [`doc-base`](https://github.com/php/doc-base)、[`en`](https://github.com/php/doc-en) 同级别。
该项目的代码依赖 [`doc-base`](https://github.com/php/doc-base)。
## 安装方法
```bash
git clone https://github.com/mowangjuanzi/php-docs-diff.git diff
cd diff
composer install
```这样就安装完成了。
## 使用方法
默认对比
```bash
php index.php
```查看帮助:
```bash
php index.php -h
```