Download the PHP package snebes/php-daisydiff without Composer
On this page you can find all versions of the php package snebes/php-daisydiff. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-daisydiff
php-daisydiff
Daisy Diff is a PHP implementation of the Java library that diffs (compares) HTML files. It highlights added and removed words and annotates changes to the styling.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
Usage
The DaisyDiff
class can be used to generate a textual representation of the difference between two HTML strings:
The code above yields the output below:
Thanks
Many thanks to:
- Java DaisyDiff, the original Java version of the DaisyDiff library.
- gdevanla/assist from which many of the tests of this library are extracted.
All versions of php-daisydiff with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-mbstring Version *
ext-xml Version *
ext-mbstring Version *
ext-xml Version *
The package snebes/php-daisydiff contains the following files
Loading the files please wait ....