Libraries tagged by string convert
guillaumetissier/bit-string
14 Downloads
A PHP library for manipulating bit strings and converting them to various representations
elipettingale/case-converter
4960 Downloads
Some helper functions for quickly converting strings to various cases.
wph/num-to-burmese-string
7 Downloads
This package provided your number to convert burmese string
ssfyn/string-case
9 Downloads
Convert any string to snake_case or kebab-case or PascalCase or camelCase.
netkod-bilisim/tr-string
119 Downloads
It provides functions to help with the problem of converting Turkish text to uppercase and lowercase in PHP.
fwolf/base-converter
515 Downloads
Convert number (string format) between base 2 and 62
dblencowe/time-string-formatter
190 Downloads
Convert a string like 1W 2D to seconds
cve/naming-convention-converter
6 Downloads
This little package includes string utils which for example can convert underscore_string to camelCased and vice-versa
bradleyboy/range-converter
92 Downloads
Simple class that creates compact string representations of integer arrays. Can also convert those strings back to an array.
sashabo/iterable-string
3980 Downloads
IterableString and MultibyteIterableString allow to iterate string characters in foreach without converting the string into array.
peterujah/php-string-list
0 Downloads
PHP string Lists is a utility class for converting between string lists and arrays, providing a straightforward way to handle structured data in a string format.
dmb/xml-converter
324 Downloads
A package that allows you to easily convert your XML string into array format or generate an XML string from an array.
c-design/array-to-string
8 Downloads
PHP Class to convert array to string
battye/date-convert
5 Downloads
Convert a date string from one format to another.
fatkulnurk/radix-converter
1 Downloads
A type-safe PHP library to convert numbers into short strings and back. Perfect for URL shorteners, unique IDs, and compact representations.