11# php-sequence-matcher
22
3- < a href = " https://travis-ci.org/jfcherng/php-sequence-matcher " >< img alt = " Travis (.org) branch " src = " https://img.shields.io/travis/jfcherng/php-sequence-matcher/master " ></ a >
4- < a href = " https://app.codacy.com/project/jfcherng/php-sequence-matcher/dashboard " >< img alt = " Codacy grade " src = " https://img.shields.io/codacy/grade/f7073c3f03784bf39ed41f41f0d3fc8c/master " ></ a >
5- < a href = " https://packagist.org/packages/ jfcherng/php-sequence-matcher " >< img alt = " Packagist " src = " https://img.shields.io/packagist/dt/ jfcherng/php-sequence-matcher " ></ a >
6- < a href = " https://packagist.org/packages/ jfcherng/php-sequence-matcher " >< img alt = " Packagist Version " src = " https://img.shields.io/packagist/v/ jfcherng/php-sequence-matcher " ></ a >
7- < a href = " https://github.com/ jfcherng/php-sequence-matcher/blob/master/LICENSE " >< img alt = " Project license " src = " https://img.shields.io/github/license/ jfcherng/php-sequence-matcher " ></ a >
8- < a href = " https://github.com/jfcherng/php-sequence-matcher/stargazers " >< img alt = " GitHub stars " src = " https://img.shields.io/github/stars/jfcherng/php-sequence-matcher?logo=github " ></ a >
9- < a href = " https://www.paypal.me/jfcherng/5usd " title = " Donate to this project using Paypal " >< img src = " https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal " /></ a >
3+ [ ![ Travis (.org) branch] ( https://img.shields.io/travis/jfcherng/php-sequence-matcher/master )] ( https://travis-ci.org/jfcherng/php-sequence-matcher )
4+ [ ![ Codacy grade ] ( https://img.shields.io/codacy/grade/f7073c3f03784bf39ed41f41f0d3fc8c/master )] ( https:// app.codacy.com/project/jfcherng/php-sequence-matcher/dashboard)
5+ [ ![ Packagist ] ( https://img.shields.io/packagist/dt/ jfcherng/php-sequence-matcher )] ( https://packagist.org/packages/ jfcherng/php-sequence-matcher )
6+ [ ![ Packagist Version ] ( https://img.shields.io/packagist/v/ jfcherng/php-sequence-matcher )] ( https://packagist.org/packages/ jfcherng/php-sequence-matcher )
7+ [ ![ Project license ] ( https://img.shields.io/github/license/ jfcherng/php-sequence-matcher )] ( https://github.com/ jfcherng/php-sequence-matcher/blob/master/LICENSE )
8+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/jfcherng/php-sequence-matcher?logo=github )] ( https://github.com/jfcherng/php-sequence-matcher/stargazers )
9+ [ ![ Donate to this project using Paypal] ( https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal )] ( https://www.paypal.me/jfcherng/5usd )
1010
1111A longest sequence matcher. The logic is primarily based on the Python [ difflib] ( https://docs.python.org/3/library/difflib.html ) package.
1212
@@ -19,7 +19,7 @@ A longest sequence matcher. The logic is primarily based on the Python [difflib]
1919## Installation
2020
2121``` bash
22- $ composer require jfcherng/php-sequence-matcher
22+ composer require jfcherng/php-sequence-matcher
2323```
2424
2525
0 commit comments