Libraries tagged by string compare
mohamedhk2/diff
39 Downloads
Diff is the name of a file comparison program released for the Unix operating system in 1974. The word diff is now used more generally to refer both to a function that compares strings or files, and to the output of that function.
someshwer/version-comparison
15 Downloads
This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.
jcaillot/laminas-before-validator
6 Downloads
Laminas Validator; Let you compare two date strings
phpspec/php-diff
54924514 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
jfcherng/php-diff
3839105 Downloads
A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).
phootwork/lang
17367144 Downloads
Missing PHP language constructs
orklah/psalm-insane-comparison
1344416 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
henzeb/enumhancer
204023 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
neos/diff
1003112 Downloads
This is a comprehensive library for generating differences between two strings or arrays
jblond/php-diff
111339 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
iteks/laravel-enum
12080 Downloads
A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.
andreas-glaser/php-helpers
79118 Downloads
A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.
phalcongelist/php-diff
431175 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
henrik9999/string-similarity
9625 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
edgaras/strsim
376 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more