rashid2538 / php-htmldiff
A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.
Installs: 128 565
Dependents: 0
Suggesters: 0
Security: 0
Stars: 69
Watchers: 19
Forks: 48
Open Issues: 20
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-12-29 04:16:41 UTC
README
A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.
This HTML Diff implementation is a PHP port of the ruby implementation found at https://github.com/myobie/htmldiff.
This is also available in C# at https://github.com/Rohland/htmldiff.net.
License
php-htmldiff is available under [GNU General Public License, version 2] (http://www.gnu.org/licenses/gpl-2.0.html).