jfcherng / php-sequence-matcher
A longest sequence matcher. The logic is primarily based on the Python difflib package.
Fund package maintenance!
4.0.3
2023-05-21 07:57 UTC
Requires
- php: >=8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- phan/phan: ^5
- phpunit/phpunit: ^9 || ^10
- squizlabs/php_codesniffer: ^3.7
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.