Skip to content

Compare two files with diff and create a file from the difference.

Notifications You must be signed in to change notification settings

jasonbradley/speedy-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedy-diff alt tag

Compare two files with diff and create a file from the difference.

Installation via Composer:

composer require jasonbradley/speedy-diff:dev-master

Usage:

$speedyDiff = new \JasonBradley\SpeedyDiff\SpeedyDiff($file1, $file2);

echo $speedyDiff->getDiffOutput();

About

Compare two files with diff and create a file from the difference.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages