Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.69 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.69 KB

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.