Download the PHP package gordonlesti/levenshtein without Composer
On this page you can find all versions of the php package gordonlesti/levenshtein. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package levenshtein
levenshtein
Plain PHP implementation of the Levenshtein distance.
- No 255 characters limit
- Works with UTF-8
- Accepts float as custom costs
Install
Via Composer
Usage
With default default costs.
With insert cost 7.7
, replace cost 9.4
and delete cost 2.5
.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
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
- Gordon Lesti
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of levenshtein with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package gordonlesti/levenshtein contains the following files
Loading the files please wait ....