jfcherng/php-sequence-matcher
PHP 8.4+ longest sequence matcher inspired by Python difflib. Compare strings or arrays to find matching blocks and similarities for diffing, change detection, and text analysis. Lightweight library extracted from php-diff with improvements.
SequenceMatcher is object-base now. That should be better for static analysis.SequenceMatcher::OP_NOP which is 0.[BC Break] Always use int OP.
'eq' is 1'del' is 2'ins' is 4'rep' is 8How can I help you explore Laravel packages today?