christophedlr / diff
Register diff in two files or two string in PHP for economy of resources
1.0
2016-07-06 10:26 UTC
Requires
- php: >= 5.3.0
This package is auto-updated.
Last update: 2025-01-19 09:44:32 UTC
README
About
Diff is an library for list all modifications (search by lines not words) in two strings or two files. The return informations not compatible at diff and patch Linux programs.
Install
First possibility
Add require information in your composer.json:
christophedlr/diff
And use command in console/terminal:
composer install
Second possibility
type in console/terminal:
composer require christophedlr/diff
License
This library is deliver under CeCILL V2 Open-Source license, for more informations, read LICENSE file or go to http://cecill.info/licences/Licence_CeCILL_V2-en.html