2017 © Pedro Peláez
 

library diffchecker

An object oriented class for the DiffChecker tool.

image

pxgamer/diffchecker

An object oriented class for the DiffChecker tool.

  • Wednesday, December 6, 2017
  • by PXgamer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

diffchecker

Latest Version on Packagist ![Software License][ico-license] Build Status Style CI ![Code Coverage][ico-code-quality] Total Downloads, (*1)

An object oriented class for the DiffChecker tool., (*2)

Structure

bin/
src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require pxgamer/diffchecker-php, (*4)


## Usage ```bash diffchecker list

These classes utilise the DiffChecker API. In order to use this, you will require an account (Sign up here)., (*5)

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.), (*6)

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.), (*7)

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.), (*8)

Change log

Please see CHANGELOG for more information on what has changed recently., (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*11)

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

06/12 2017

dev-develop

dev-develop

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

The Development Requires

diff diffchecker

06/12 2017

dev-master

9999999-dev

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

The Development Requires

diff diffchecker

06/12 2017

v1.0.3

1.0.3.0

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/11 2017

v1.0.2

1.0.2.0

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/11 2017

v1.0.1

1.0.1.0

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/05 2017

1.0.0

1.0.0.0

An object oriented class for the DiffChecker tool.

  Sources   Download

MIT

The Requires

 

diff diffchecker