phplucidframe/console-table
Lightweight PHP library to render formatted ASCII tables in the console. Define headers, rows, alignment, padding, and borders; supports styling and flexible layouts for CLI apps, scripts, and Symfony/Laravel-style console output.
Fix warning "Implicitly marking parameter $data as nullable is deprecated" https://github.com/phplucidframe/console-table/pull/18
#15 Add emojis support in the cell content
#12: Cell width problem on multibyte characters (Thanks to @drmalus)
#8: Replace line feeds with spaces #11: Fix warning on the table when there is no row
Additional fix for counting special characters in column for #2
Remove special characters before testing for string length (allows colours)
Fix line breaks
Add two new methods addBorderLine() and showAllBorders()
Output with <pre> tag when it is not running from CLI
How can I help you explore Laravel packages today?