jfcherng/php-sequence-matcher

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

Fund package maintenance!
www.paypal.me/jfcherng/5usd

Installs: 4 197 482

Dependents: 2

Suggesters: 0

Security: 0

Stars: 10

Watchers: 1

Forks: 4

Open Issues: 1

pkg:composer/jfcherng/php-sequence-matcher

4.0.3 2023-05-21 07:57 UTC

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.