Version 1
[yaffs-website] / vendor / mkalkbrenner / php-htmldiff-advanced / README.md
1 php-htmldiff-advanced
2 =======
3 *An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.*
4
5 This HTML Diff implementation leverages https://github.com/caxy/php-htmldiff - a PHP port of the ruby implementation found at https://github.com/myobie/htmldiff.
6
7 It extends php-htmldiff in a backward compatible way that
8 - allows to run multiple diffs using the same instance of the class, which eases the integration as a service of dependency injection containers
9 - provide an interface, which eases the integration as a service of dependency injection containers
10 - discovers removals or additions of complete HTML sections
11
12 License
13 -------
14 php-htmldiff-advanced is available under [GNU General Public License, version 2] (http://www.gnu.org/licenses/gpl-2.0.html).