Remi's RPM repository - Packages

Blog | Forum | Repository

php-phpspec-php-diff - A library for generating differences between two hashable objects

Website:
https://github.com/phpspec/php-diff
Licence:
BSD
Vendor:
Remi Collet
Description:
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.

Packages

php-phpspec-php-diff-1.1.0-1.el5.remi.noarch [17 KiB] Changelog by Remi Collet (2016-04-07):
- update to 1.1.0
- add dependency on mbstring
php-phpspec-php-diff-1.0.2-1.el5.remi.noarch [17 KiB] Changelog by Remi Collet (2015-02-17):
- initial package