jfcherng / php-sequence-matcher
A longest sequence matcher. The logic is primarily based on the Python difflib package.
Fund package maintenance!
www.paypal.me/jfcherng/5usd
Installs: 2 787 686
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 4
Open Issues: 0
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.