Skip to content

umaumax/php-htmldiff-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker for php-htmldiff

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

how to build

docker build -t php-htmldiff .

how to run

docker run -i -t --privileged -v $PWD/docker-ws:/root --workdir=/root php-htmldiff /bin/bash

how to use

php htmldiff.php old.html new.html > diff.html

screenshot

NOTE

There is a message like below one.(when dokcer build)

Do not run Composer as root/super user! See https://getcomposer.org/root for details

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published