Download the PHP package dijitaladam/laravel-string-similarities without Composer
On this page you can find all versions of the php package dijitaladam/laravel-string-similarities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dijitaladam/laravel-string-similarities
More information about dijitaladam/laravel-string-similarities
Files in dijitaladam/laravel-string-similarities
Package laravel-string-similarities
Short Description Compare two string and get a similarity percentage
License MIT
Homepage https://github.com/atomescrochus/laravel-string-similarities
Informations about the package laravel-string-similarities
laravel-string-similarities (Supports PHP 8.0)
Compare two string and get a similarity percentage. Note that I did not write the algorithms myself, see down this document for the full credits.
Some methods are usable in production, some are not, see usage for informations. Pull requests are more than welcomed!
Install
You can install this package via composer:
Then you have to install the package' service provider, unless you are running Laravel >=5.5 (it'll use package auto-discovery) :
Usage
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
HELP NEEDED.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jean-Philippe Murray
- joshweir over StackOverflow for pointing me to the solutions and algorithms for the Jaro Winkler and Smith Waterman Gotoh comparison
- All Contributors
License
The MIT License (MIT). Please see License File for more information.