Libraries tagged by string compare
codercms/fast-fuzzy-search
3 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
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
14 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
3 Downloads
Laminas Validator; Let you compare two date strings
phpspec/php-diff
52900739 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
jfcherng/php-diff
3410879 Downloads
A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).
phootwork/lang
14431667 Downloads
Missing PHP language constructs
orklah/psalm-insane-comparison
1235369 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
henzeb/enumhancer
175909 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
neos/diff
961039 Downloads
This is a comprehensive library for generating differences between two strings or arrays
jblond/php-diff
105635 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
iteks/laravel-enum
9625 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.
phalcongelist/php-diff
428608 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
henrik9999/string-similarity
7391 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
zhenhao/smaz
4820 Downloads
PHP port of Smaz - a short string compression library