pxgamer/diffchecker
Composer 安装命令:
composer require pxgamer/diffchecker
包简介
An object oriented class for the DiffChecker tool.
README 文档
README
An object oriented class for the DiffChecker tool.
Structure
bin/
src/
tests/
vendor/
Install
Via Composer
$ composer require pxgamer/diffchecker-php
Usage
diffchecker list
These classes utilise the DiffChecker API. In order to use this, you will require an account (Sign up here).
pxgamer\DiffChecker\Config
::BASE_URL(The main website URL for DiffChecker, this is used when returning links to the created Diff.)::API_URL(The API URL for DiffChecker, this is used in the API calls.)
pxgamer\DiffChecker\Command\Authorise
configure()(This is used by Symfony console)execute()(This is used by Symfony console)::authorise($email, $password)(This is the static authorisation function used to retrieve an access token.)
pxgamer\DiffChecker\Command\DiffChecker
configure()(This is used by Symfony console)execute()(This is used by Symfony console)::diff($file_1, $file_2, $expires = 'forever')(This is the static diff function used to create a new Diff between 2 files.)
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-09