Libraries tagged by to string
byjg/convert
49608 Downloads
A lightweight utility for string conversion between text from UTF8 to a lot of formats and vice-versa.
braspag/mobiledetectlib
26367 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
szonov/sql-splitter
30870 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
mapado/request-fields-parser
9846 Downloads
Convert string like `id,firstname,lastname,jobs{startDate,position,company{id,recordNumber}}` to the array
fullfatthings/samesiteexceptions
24605 Downloads
provide exceptions to the same site flag depending on browser strings
epifrin/rector-custom-rules
16265 Downloads
These are three rector rules to convert private method name, to convert local variable name to camel case and to replace double quotes with single quotes in string literals.
lamansky/fraction
48449 Downloads
A class that represents a fraction. Supports conversion to/from floats, mathematical operations, negative fractions, and Unicode stringification.
xethron/to-string
18906 Downloads
Converts Variables to strings (like print_r) with limiting functions, and Exceptions to strings without cutting off important information.
xethron/l4-to-string
17039 Downloads
Laravel 4 version of xethron/to-string, which adds query and queryLog to string functions.
dhii/stringable-interface
48595 Downloads
Interoperability interface for objects that can be cast to string
mf/stringify
9603 Downloads
Simple and tiny class (function) to stringify anything in PHP.
sb15/xml-string-to-php-array
8874 Downloads
xml to array
roelofjan-elsinga/content-to-html-parser
5338 Downloads
This package converts content from strings or files to HTML strings to be rendered on a page
mister-glass/camel-case-to-dash-case-name-converter
12083 Downloads
Converts camel case strings to/from Dash case. Heavily based on Symfonys CamelCaseToSnakeCaseNameConverter function
james-pro/string-to-number
1339 Downloads
Convert strings to numbers/floats in PHP