Libraries tagged by strings
glen/filename-normalizer
23540 Downloads
A string normalizer for filesystem name.
getpop/loosecontracts
12950 Downloads
Loose Contracts: a method to "code against interfaces, not implementations" for strings such as option names, hook names, etc
gamu1012/cli-text-decoration
728 Downloads
String decoration library for PHP CLI output
fitzage/optimus-bard
3335 Downloads
Optimus Bard takes the content from a Statamic Bard field and transforms it into a string when updating your search index
evrenonur/numbertostring
183 Downloads
Converts numbers to strings
eth8505/laminas-api-tools-rest-queryparam-validation
8699 Downloads
query string validation for laminas-api-tools/api-tools-rest
elecena/ic-package-info
6009 Downloads
Extract IC package from a given string
elcheco/translator
1605 Downloads
Translation system using neon files, supports plurals and string replacements, fallback language. Extension to Nette Framework ^3.0
eboreum/exceptional
4203 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
4563 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
170 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
869 Downloads
PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables.
divineomega/is_offensive
1463 Downloads
This PHP package provides an `is_offensive` helper function. Passing a string to `is_offensive` will return a boolean telling you if it contains offensive words.
dimanzver/fio-analyzer
1382 Downloads
Analyze user input string, and split it into Russian first name, second name and last name
dimanzver/fast-fuzzy-search
1413 Downloads
Fast fuzzy search in an array of strings for the most similiar ones