Skip to content

jfcherng/php-sequence-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2038ac · May 21, 2023

History

95 Commits
Feb 27, 2023
Feb 8, 2019
May 21, 2023
Mar 11, 2023
Apr 12, 2019
Sep 2, 2021
Feb 8, 2019
Feb 27, 2023
Feb 8, 2019
Feb 27, 2023
Feb 27, 2023
Mar 11, 2023
May 21, 2023
Oct 1, 2019
Feb 27, 2023

Repository files navigation

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.