jfcherng/php-sequence-matcher
A longest sequence matcher. The logic is primarily based on the Python difflib package.
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 99dcf7480e4ef0a4c7a21a6aafa34c0cb2f112db
- Jack Cherng <jfcherng.woop@gmail.com>
- Chris Boulton <chris.boulton.woop@interspire.com>
README
👁 GitHub Workflow Status (branch)
👁 Codacy grade
👁 Packagist
👁 Packagist Version
👁 Project license
👁 GitHub stars
👁 Donate to this project using Paypal
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.
