Libraries tagged by distinct on
datajoe/postgresql-distinct-on
3217 Downloads
Provides support for the postgresql specific distinct on feature for Laravel. Compatible with versions 5 through 8.
larahook/distinct-on-pagination
333 Downloads
ORM Multiple distinct() with paginate()
dpolac/twig-only-once
20 Downloads
Twig test which returns true only once per value.
php-coord/php-coord
635658 Downloads
PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.
tigo/recommendation
8396 Downloads
collaborative filtering recommender systems
akuechler/laravel-geoly
42028 Downloads
Perform fast and efficient radius searches on your Laravel Eloquent models.
netsells/laravel-geoscope
17233 Downloads
GeoScope is a laravel package that allows you to easily perform distance queries and geofencing based on latitudes and longitudes.
fjw/color-compare
7043 Downloads
A library for converting colors (Hex, RGB, HSL, CIELAB (LAB), DIN-99) and calculating color distances based on DIN-99.
henrik9999/string-similarity
5554 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
chris48s/cakephp-geodistance
7263 Downloads
CakePHP 3 model behavior for querying geocoded data based on distance
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.
bdp-raymon/rhyme-suggester
51 Downloads
rhyme suggester based on phonetics, using edit-distance algorithm
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.
internetguru/laravel-smart-redirect
339 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.
naveed125/geo-distance
22 Downloads
Find distance between two points on earth. Find closest metro area.