Search results for mbstring
haldayne/boost
30631 Downloads
Expansion pack for PHP string and array functions. Makes the common stuff easy & legible.
hadi-aghandeh/laravel-friendly-id
379 Downloads
map integer id to a friendly string
gyselroth/stream-iterator
2096 Downloads
Provides \StreamIterator which allows traversing through an iterator and stringify each element
goodmagma/laravel-translations
1062 Downloads
Export Localization strings and translate it via Google Translate for Laravel
globyapp/odata-query-parser
1000 Downloads
Parse OData v4 query strings, outputs proper PHP objects.
glen/filename-normalizer
23624 Downloads
A string normalizer for filesystem name.
gherardobertini/truncate-html
57 Downloads
Truncate HTML strings keeping valid tags without truncating words
foolz/inet
2332 Downloads
A PHP implementation of decimal IPs. Converts IPs from presentation to decimal and viceversa. Very useful to store IPs in database as numbers instead of string, in example in a decimal(39,0) column.
eth8505/laminas-api-tools-rest-queryparam-validation
8768 Downloads
query string validation for laminas-api-tools/api-tools-rest
elecena/ic-package-info
6070 Downloads
Extract IC package from a given string
eboreum/exceptional
4400 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
eboreum/caster
4760 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
drupal/core-datetime
193 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
dragoniscz/php-value-dumper
1004 Downloads
PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables.
donchev/email-extractor
202 Downloads
Extract valid email addresses from a string or array of strings.With a few helper methods like sortAsc/sortDesc, unique,filterInclude/filterExclude, lowercase/uppercase included.