Libraries tagged by string formatter
eboreum/caster
8480 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.
detain/php-pretty-datetime
1888 Downloads
Generates human-readable strings for PHP DateTime objects
sevenecks/string-utils
6648 Downloads
A collection of string utilities for PHP, loosely based on the LambdaMOO $string_utils package.
manialib/formatting
10747 Downloads
Manipulate styles in Maniaplanet strings.
fleshgrinder/format
33462 Downloads
Library for string formatting.
sevenecks/tableify
6190 Downloads
Transform a multidimensional array into a pretty table that can be echoed to the screen or logged to a file.
schnittstabil/curty
669 Downloads
Simple curly braces micro templating
ptplugins/filament-number-input
70 Downloads
Locale-aware number input for FilamentPHP v3, v4, and v5. Users see 12.345,67 or 12,345.67 while your database always stores a clean float — no more broken SUM()s or cast errors from localized number strings.
eboreum/exceptional
7893 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.
sevenecks/markdown-terminal
398 Downloads
convert markdown to terminal output in php
remialvado/titon-utility
17283 Downloads
The Titon utility package provides convenience classes for basic tasks like validation, formatting, sanitization and more.
proger/datefmt
415 Downloads
Date formatting unit. Supports relative time ('1 day ago'), uses easy-to-remember format strings ('d#' for day, 'D__' for its name) and supports natural localizations.
ryangjchandler/f
39 Downloads
Nicer string formatting for PHP, inspired by Rust, Python and others.
jtn/shopify-currency-format
281 Downloads
Helper for formatting string to fit Shopify currency formats
php-enspired/peekaboo
36 Downloads
message formatting utilities using ICU, with a fallback on basic string templating.