jfcherng/php-sequence-matcher

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

4.0.3 2023-05-21 07:57 UTC

This package is auto-updated.

Last update: 2024-04-21 09:50:43 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.