2017 © Pedro Peláez
 

library phpdiff

Diff implementation written in PHP, supporting two and three-way diff generation

image

chita/phpdiff

Diff implementation written in PHP, supporting two and three-way diff generation

  • Sunday, May 22, 2016
  • by Chita
  • Repository
  • 1 Watchers
  • 0 Stars
  • 227 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

About

PHPDiff is diff/merge library written in PHP which supports both two and three-way merging. This library is currently in the alpha stage., (*1)

Features: - Two-way diffing/merging - Three-way diffing/merging - Using Weave merge algorithm - Using Three-way merge algorithm - Custom comparison implementations, (*2)

You can find the full feature list and the changes made to this library in the changelog., (*3)

Requirements

PHP 7.1.0 or higher is required (although it should run on 5.4 as well probably)., (*4)

Installation

You may install PHPDiff with composer by running the following commands in your console:, (*5)

php composer.phar require chita/phpdiff:2.*

Documentation

For examples and documentation you may wish to read the docs., (*6)

Versioning

PHPDiff uses semantic versioning., (*7)

Tests

PHPDiff uses automated tests to prevent code regressions., (*8)

v2.0: v2.0 master master

License

PHPDiff is available under the MIT License., (*9)

Contributions

If you have some code you would like to contribute to the project, please note that this project uses the PSR-2 coding standard, and the PSR-4 autoloading standard., (*10)

Contributions to the documentation, tests or to the code, or simply reporting issues here are welcomed, and very much appreciated., (*11)

The Versions

22/05 2016

dev-master

9999999-dev https://github.com/CHItA/PHPDiff

Diff implementation written in PHP, supporting two and three-way diff generation

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Máté Bartus

diff three-way diff

22/05 2016

v1.0.x-dev

1.0.9999999.9999999-dev https://github.com/CHItA/PHPDiff

Diff implementation written in PHP, supporting two and three-way diff generation

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Máté Bartus

diff three-way diff

22/05 2016

v1.0.0

1.0.0.0 https://github.com/CHItA/PHPDiff

Diff implementation written in PHP, supporting two and three-way diff generation

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Máté Bartus

diff three-way diff

15/05 2016

v1.0.0-a1

1.0.0.0-alpha1 https://github.com/CHItA/PHPDiff

Diff implementation written in PHP, supporting two and three-way diff generation

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Máté Bartus

diff three-way diff