Libraries tagged by mbstring
orklah/psalm-insane-comparison
1578936 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
neos/diff
1151117 Downloads
This is a comprehensive library for generating differences between two strings or arrays
nayjest/str-case-converter
519944 Downloads
Library for converting strings from camel case to snake case and vice versa.
mteu/typo3-typed-extconf
110182 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
124521 Downloads
Class used to compare strings using a DIFF implementation.
mindplay/readable
597653 Downloads
Formats PHP values as human-readable strings
michaloravec/laravel-paginateroute
20226 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
marcusball/case-helper
54359 Downloads
Easily convert between camelCase, PascalCase, kebab-case, snake_case, SCREAMING_SNAKE_CASE, Train-Case, and string case!
marcocesarato/sqlparser
46950 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.
luchaninov/csv-file-loader
44266 Downloads
Load CSV & TSV files and strings. Using generators to minimize memory usage
lochmueller/sourceopt
597037 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
65822 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
133291 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
intrfce/laravel-frontend-enums
30055 Downloads
Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.
indiehd/filename-sanitizer
213370 Downloads
A lightweight library for sanitizing strings to be used as filenames.