Libraries tagged by levenshtein
atomescrochus/laravel-string-similarities
123667 Downloads
Compare two string and get a similarity percentage
tom-lingham/searchy
369849 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
oefenweb/damerau-levenshtein
233592 Downloads
Get text similarity level with Damerau-Levenshtein distance
fza/mysql-doctrine-levenshtein-function
100526 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
webd/language
159297 Downloads
A library for language processing. Includes string distance function (Levenshtein, Jaro-Winkler,...), stemming, etc.
keinos/mb_levenshtein
23541 Downloads
Levenshtein function with UTF-8 support.
gordonlesti/levenshtein
53785 Downloads
rap2hpoutre/similar-text-finder
77170 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"
highsolutions/laravel-searchy
35075 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
php-extended/polyfill-str-levenshtein
163190 Downloads
A php implementation of the levenshtein distance without length limitation
jfcherng/php-levenshtein-distance
4023 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.
levenify/levenify-bundle
3350 Downloads
A better Levenshtein function in your Symfony project
glanchow/doctrine-fuzzy
34320 Downloads
Doctrine2 DQL fuzzy functions
edgaras/strsim
740 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
henrik9999/string-similarity
10077 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.