jfcherng/php-sequence-matcher

A longest sequence matcher. The logic is primarily based on the Python difflib package.

Maintainers

👁 jfcherng

Package info

github.com/jfcherng/php-sequence-matcher

pkg:composer/jfcherng/php-sequence-matcher

Fund package maintenance!

www.paypal.me/jfcherng/5usd

Statistics

Installs: 5 785 088

Dependents: 2

Suggesters: 0

Stars: 9

Open Issues: 1

5.0.0 2026-04-06 14:59 UTC

Requires

  • php: >=8.3

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

👁 php

Installation

composer require jfcherng/php-sequence-matcher

Acknowledgment

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