php-diff
php-diff copied to clipboard
A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc). Based on the difflib implementation in Python
Results
2
php-diff issues
Sort by
recently updated
recently updated
newest added
Given file1, file2, file3... on disk and $modifiedContents1, $modifiedContents2, $modifiedContents3... strings (existing ONLY in memory and without ANY file representation), how difficult would it be to use this library to...
bug
help wanted