jfcherng / php-sequence-matcher
A longest sequence matcher. The logic is primarily based on the Python difflib package.
Fund package maintenance!
5.0.0
2026-04-06 14:59 UTC
Requires
- php: >=8.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.94
- phan/phan: ^6
- phpunit/phpunit: ^12
- squizlabs/php_codesniffer: ^4.0
README
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.