Libraries tagged by string
scriptfusion/byte-formatter
274556 Downloads
Formats byte values as human-readable strings.
relisten/forceutf8
98332 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
pimcore/search-query-parser
469448 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
667033 Downloads
Constraint for testing strings considering not-same line endings.
phlak/twine
51934 Downloads
String manipulation, leveled up!
neos/diff
1015318 Downloads
This is a comprehensive library for generating differences between two strings or arrays
nayjest/str-case-converter
431119 Downloads
Library for converting strings from camel case to snake case and vice versa.
mokhosh/muddle
2912 Downloads
Obfuscate emails and strings in PHP and Laravel
mistralys/text-diff
90718 Downloads
Class used to compare strings using a DIFF implementation.
mindplay/readable
477549 Downloads
Formats PHP values as human-readable strings
marcocesarato/sqlparser
37013 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
lochmueller/sourceopt
485854 Downloads
Optimization of the final page: reformatting the (x)HTML output & removal of new-lines, comments and generator-info including search and replace strings using your regular expressions. In addition combines all SVG selected within content-elements into one file and replaces by .
koenhendriks/laravel-str-acronym
25947 Downloads
A package to be able to generate acronyms from strings in Laravel projects using the Str helper and supports the Stringable class.
jblond/php-diff
113145 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
infinitypaul/laravel-database-filter
40382 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.