Libraries tagged by string formatting
sevenecks/tableify
6292 Downloads
Transform a multidimensional array into a pretty table that can be echoed to the screen or logged to a file.
schnittstabil/curty
975 Downloads
Simple curly braces micro templating
jobmetric/multi-calendar
526 Downloads
Multi-Calendar is a PHP library for converting dates between Gregorian, Jalali, Hijri, Hebrew, Buddhist, Coptic, Ethiopian, and Chinese calendars, with simple API and support for array or formatted string outputs.
formatphp/formatphp
1032 Downloads
Internationalize PHP apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.
eboreum/exceptional
8304 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
9034 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.
sevenecks/markdown-terminal
418 Downloads
convert markdown to terminal output in php
remialvado/titon-utility
17303 Downloads
The Titon utility package provides convenience classes for basic tasks like validation, formatting, sanitization and more.
proger/datefmt
417 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
332 Downloads
Helper for formatting string to fit Shopify currency formats
youhey/c-sharp-ish-string-formatter
13 Downloads
C# style string formatting (without optional format string)
ferryhopper/php-string-formatter
4 Downloads
A simple and configurable string formatting pipeline for PHP.
theroadbunch/string-bean
9 Downloads
A collection of functions for formatting strings
seworqs/commons-string
12 Downloads
A modern PHP utility library for string manipulation, including case conversion, namespace formatting, path handling, and secure random string generation.