Files
netconfig/vendor/jfcherng/php-sequence-matcher
2026-05-22 14:13:33 +02:00
..
2026-05-22 14:13:33 +02:00
2026-05-22 14:13:33 +02:00
2026-05-22 14:13:33 +02:00
2026-05-22 14:13:33 +02:00
2026-05-22 14:13:33 +02:00

php-sequence-matcher

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

php

Installation

composer require jfcherng/php-sequence-matcher

Acknowledgment

This package is stripped from chrisboulton/php-diff with some modifications.