caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

How about some sample output to demonstrate before downloading? #107

Closed Abe2021 closed 3 years ago

jschroed91 commented 3 years ago

Hi @Abe2021 - you can check out a demo here: https://php-htmldiff.caxy.com/

It's not running the latest version of the project, but it should give you a good idea of the output you can expect.

Note that there are some baked in example diffs in the demo as well if you want to quickly see some examples.

Screen Shot 2021-09-27 at 5 03 46 PM

The way this library handles html tables is one of the biggest differentiators from other html diff libraries out there (that I've seen, at least) - so I recommend taking a look at the output from the Complex Table sample there too to see the power of the library. If you were to take those inputs and run them through one of the other options out there I haven't found another one that's able to handle it nearly as well.