sistemazione composer install
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user