mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-23 02:28:15 +02:00
29 lines
1.7 KiB
Markdown
29 lines
1.7 KiB
Markdown
# php-sequence-matcher
|
|
|
|
[](https://github.com/jfcherng/php-sequence-matcher/actions)
|
|
[](https://app.codacy.com/project/jfcherng/php-sequence-matcher/dashboard)
|
|
[](https://packagist.org/packages/jfcherng/php-sequence-matcher)
|
|
[](https://packagist.org/packages/jfcherng/php-sequence-matcher)
|
|
[](https://github.com/jfcherng/php-sequence-matcher/blob/master/LICENSE)
|
|
[](https://github.com/jfcherng/php-sequence-matcher/stargazers)
|
|
[](https://www.paypal.me/jfcherng/5usd)
|
|
|
|
A longest sequence matcher. The logic is primarily based on the Python [difflib](https://docs.python.org/3/library/difflib.html) package.
|
|
|
|
|
|
## Requirements
|
|
|
|

|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
composer require jfcherng/php-sequence-matcher
|
|
```
|
|
|
|
|
|
## Acknowledgment
|
|
|
|
This package is stripped from [chrisboulton/php-diff](https://github.com/chrisboulton/php-diff) with some modifications.
|