cavalheri/laravel-fuzzy-validation
Fuzzy validation rules for Laravel with approximate string matching support.
时间:2026-05-25 19:24
zbmowrey/weighted-levenshtein
Weighted Levenshtein, Optimal String Alignment, and Damerau-Levenshtein distance for PHP 8.4+ — a port of infoscout/weighted-levenshtein.
时间:2026-05-15 18:39
laymont/laravel-fuzzy-match
Laravel package for fuzzy matching (string similarity) using Levenshtein, SimilarText, and Jaro-Winkler algorithms
时间:2026-05-07 19:40
atomescrochus/laravel-string-similarities
Compare two string and get a similarity percentage
时间:2026-01-04 19:12
keinos/mb_levenshtein
Levenshtein function with UTF-8 support.
时间:2026-01-04 05:46
jakhotiya/symspell-php
Spelling correction & fuzzy search: 1 million times faster through Symmetric Delete spelling correction algorithm
时间:2025-08-26 11:25
edgaras/strsim
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
时间:2025-05-25 13:36
sunnysideup/fuzzy-partial-match-filter
A module that does partial match filtering and also allows for misspellings!.
时间:2025-01-04 23:52
internetguru/laravel-smart-redirect
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.
时间:2024-07-31 06:38
designbycode/fuzzy-search
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.
时间:2024-07-20 18:30
designbycode/levenshtein-distance
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.
时间:2024-07-20 18:14
nullform/fuzzio
Fuzzy search using similar_text() and levenshtein() functions. Easy to use and safe for multibyte encodings (UTF-8).
时间:2024-03-02 05:39
iafm/levenshtein-similarity
Levenshtein Similarity Package
时间:2023-10-16 06:59
blessingk/searchy
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
时间:2023-04-13 22:55