Libraries tagged by php settings
muffe/enum-constraint
9312 Downloads
A Symfony Validator constraint that validates if given strings are valid cases in a given PHP 8 Enum
eboreum/exceptional
4303 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
4663 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.
cumanzorx07/coupon_code_generator
4165 Downloads
PHP library to generate and validate coupon code strings.
clue/caret-notation
3663 Downloads
^B A dead-simple PHP library to add caret notation in order to safely show strings that contain ASCII control characters (unprintable characters)
atomastic/strings
6318 Downloads
Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
sethington/php-phabricator-api
45 Downloads
PHP wrapp for Phabricator's Conduit API
griiv/php-utils
321 Downloads
php utils function for array, strings, etc...
pechynho/php-utils
15868 Downloads
This is a small collection of PHP libraries for easier working with strings, arrays, files, scalars, formatting and accessing properties.
mathiasreker/php-mbstring-extension
145 Downloads
The php-mbstring-extension is a PHP library that provides support for multibyte strings that are not covered by the standard PHP string functions.
jstewmc/php-helpers
11551 Downloads
Static classes to help with numbers, strings, arrays, files, and bools in PHP
zachleigh/pronounce-php
46 Downloads
Create English pronunciation strings for over 130,000 words. Hyphenate English words.
squirrelphp/strings-bundle
2984 Downloads
Symfony integration of squirrelphp/strings - make squirrel strings functionality easily available in Symfony
labrodev/php-mixed-converter
51 Downloads
PHP utility class that provides methods to convert mixed values to strings, ints or floats
kamranahmedse/php-shorthand
113 Downloads
Calculate the set of unique abbreviations for a given set of strings.