Libraries tagged by string
recycledbeans/is-base64
100271 Downloads
Adds a quick and easy method for determining whether a string is base64-encoded.
projektgopher/laravel-ffmpeg-tools
48544 Downloads
Generates strings for use in ffmpeg commands to tween between values with easings.
pimcore/search-query-parser
567205 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
php-cs-fixer/phpunit-constraint-isidenticalstring
1093381 Downloads
Constraint for testing strings considering not-same line endings.
phan/var_representation_polyfill
219739 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
ovidigital/js-object-to-json
186034 Downloads
PHP library to convert a JavaScript object string to JSON formatted string
osiemsiedem/laravel-autolink
145044 Downloads
A Laravel package for converting URLs in a given string of text into clickable links.
orklah/psalm-insane-comparison
1579285 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
neos/diff
1151651 Downloads
This is a comprehensive library for generating differences between two strings or arrays
nayjest/str-case-converter
520385 Downloads
Library for converting strings from camel case to snake case and vice versa.
mteu/typo3-typed-extconf
110592 Downloads
Typed Extension Configuration - Aims to provide a type-safe extension configuration management for TYPO3, ensuring proper types instead of string-only values from backend configuration or mixed types from config/system/settings.php
mistralys/text-diff
124609 Downloads
Class used to compare strings using a DIFF implementation.
mindplay/readable
598100 Downloads
Formats PHP values as human-readable strings
michaloravec/laravel-paginateroute
20516 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
marcusball/case-helper
54422 Downloads
Easily convert between camelCase, PascalCase, kebab-case, snake_case, SCREAMING_SNAKE_CASE, Train-Case, and string case!