pxgamer/diffchecker

An object oriented class for the DiffChecker tool.

v1.0.3 2017-12-06 09:49 UTC

This package is auto-updated.

Last update: 2024-07-21 20:24:10 UTC


README

Latest Version on Packagist Software License Build Status Style CI Code Coverage Total Downloads

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.