Libraries tagged by levenshtein
kacythed/laravel-string-similarities
3563 Downloads
Compare two string and get a similarity percentage
zing-studios/matcher
2350 Downloads
levenshtein example
tantee/laravel-searchy-fork
3019 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
proudcommerce/redirect404
1034 Downloads
Redirect on 404 error pages with levenshtein algorithm.
metamodels/attribute_levenshtein
826 Downloads
MetaModels attribute for maintaining a search index with levenshtein support
designbycode/levenshtein-distance
101 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
datingvip/damerau-levenshtein
989 Downloads
Get text similarity level with Damerau-Levenshtein distance
jfcherng/php-levenshtein-distance
3729 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.
designbycode/fuzzy-search
6 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
gpupo/similarity
6997 Downloads
Calculate the similarity between strings and numbers working in a different way from a diff tool
internetguru/laravel-smart-redirect
348 Downloads
A configurable Laravel 11 middleware package that handles URL redirection based on defined routes and uses Levenshtein distance to find the closest matching route for 404 errors.
v-bartusevicius/levenshtein-array-sort
17 Downloads
Sorts haystack with strings by Levenshtein distance to needle
iafm/levenshtein-similarity
4 Downloads
Levenshtein Similarity Package
getcodedev/test-levenshtein
8 Downloads
This is my package test-levenshtein
toanld/similar-text-finder
21 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"