Libraries tagged by levenshtein
martin-georgiev/postgresql-for-doctrine
5859718 Downloads
Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.
edgaras/strsim
58508 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
atomescrochus/laravel-string-similarities
181589 Downloads
Compare two string and get a similarity percentage
tom-lingham/searchy
374264 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
oefenweb/damerau-levenshtein
287368 Downloads
Get text similarity level with Damerau-Levenshtein distance
fza/mysql-doctrine-levenshtein-function
123894 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
webd/language
186878 Downloads
A library for language processing. Includes string distance function (Levenshtein, Jaro-Winkler,...), stemming, etc.
keinos/mb_levenshtein
37226 Downloads
Levenshtein function with UTF-8 support.
rap2hpoutre/similar-text-finder
77857 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"
ashiqfardus/laravel-fuzzy-search
2217 Downloads
A powerful, zero-config fuzzy search package for Laravel with fluent API
highsolutions/laravel-searchy
47811 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
php-extended/polyfill-str-levenshtein
194114 Downloads
A php implementation of the levenshtein distance without length limitation
jrk/levenshtein-bundle
48297 Downloads
Levenshtein function bundle for symfony2 and doctrine
gordonlesti/levenshtein
60152 Downloads
jfcherng/php-levenshtein-distance
14075 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.