mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-18 16:18:26 +02:00
php-sequence-matcher
A longest sequence matcher. The logic is primarily based on the Python difflib package.
Requirements
Installation
composer require jfcherng/php-sequence-matcher
Acknowledgment
This package is stripped from chrisboulton/php-diff with some modifications.