Libraries tagged by string case
kionik/caesar
4 Downloads
Asynchronous string, file and xml readers based on ReactPHP
hilalahmad/string-util
7 Downloads
php-string-util is a versatile PHP library designed to simplify and enhance string manipulation tasks in your PHP projects. Whether you're working on web development, data processing, or any other application requiring robust string handling, this utility provides a comprehensive set of functions.
gringlas/cakephp-base64tofile
585 Downloads
Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
cve/naming-convention-converter
6 Downloads
This little package includes string utils which for example can convert underscore_string to camelCased and vice-versa
eldelassombras/sanearstring
6 Downloads
Clase Simple, casi inutil que permite limpiar cadenas de String
asper/replacer
9 Downloads
CakePHP output string replacement
notesow/translatorapi
0 Downloads
Simple and fast automatic string translation system for multilingual website.
10quality/php-class-to-javascript
28 Downloads
PHP trait that casts (transforms, converts) classes into javascript objects (string version).
cleentfaar/humanizer
343 Downloads
A PHP library that turns any type of value into a human-readable string
tinyphp-function/convert2string
37 Downloads
Convierte una variable en tipo string si es posible caso contrario será un string vacío
standardlibrary/enum
1 Downloads
Reuseable interface for describing PHP objects that can be cast to a string
arturkami/array2ics
7 Downloads
library to convert array of events to google calendar .ics file/string
gransfall/trim-behavior
76 Downloads
Cakephp 3 Behavior for trim string data before save it in database
danny3b/trim-behavior
1 Downloads
Cakephp 3 Behavior for trim string data before save it in database
sirmekus/otu
4 Downloads
Otu is a PHP-based package that handles fine-formatting of string representation of (very) large numbers with their 'magnitude'. For instance, '50m' means 50000000. We can decide to write the entire 50000000 or just pass it to this package in the form of '50m' and have it take care of the presentation. It also works vice-versa. Walk with me.