This is a fork of Chris Boulton's Diff project.
A comprehensive library for generating differences between two hashable objects (strings or arrays). Generated differences can be rendered in all of the standard formats including:
- Unified
- Context
- Inline HTML
- Side by Side HTML
The logic behind the core of the diff engine (ie, the sequence matcher) is primarily based on the Python difflib package. The reason for doing so is primarily because of its high degree of accuracy.
More complete documentation will be available shortly.
- Ability to ignore blank line changes
- 3 way diff support
- Performance optimizations
Phalcon Diff is open-sourced software licensed under the New BSD License.
© 2009-2016, Chris Boulton [email protected]
© 2016, Phalcon Framework Team and contributors
All rights reserved.