jfcherng/php-sequence-matcher
PHP longest sequence matcher inspired by Python difflib. Compare arrays or strings to find matching blocks and measure similarity, useful for diffing and change detection. Lightweight, modern PHP (8.4+) package.
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?