laymont/laravel-fuzzy-match
Laravel package for fuzzy matching (string similarity) using Levenshtein, SimilarText, and Jaro-Winkler algorithms
时间:2026-05-07 19:40
php-extended/polyfill-str-levenshtein
A php implementation of the levenshtein distance without length limitation
时间:2026-01-04 19:26
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
highsolutions/laravel-searchy
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
时间:2026-01-04 03:17
jakhotiya/symspell-php
Spelling correction & fuzzy search: 1 million times faster through Symmetric Delete spelling correction algorithm
时间:2025-08-26 11:25
sunnysideup/fuzzy-partial-match-filter
A module that does partial match filtering and also allows for misspellings!.
时间:2025-01-04 23:52
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
metamodels/attribute_levenshtein
MetaModels attribute for maintaining a search index with levenshtein support
时间:2022-11-21 17:18
levenify/levenify-bundle
A better Levenshtein function in your Symfony project
时间:2020-04-25 15:11