Registry /
cli / phplucidframe-console-table
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ConsoleTable
✓ use LucidFrame\Console\ConsoleTable;
Display a simple table in the console.
use LucidFrame\Console\ConsoleTable;
$table = new ConsoleTable();
$table->setHeaders(['Name', 'Age'])
->addRow(['Alice', 30])
->addRow(['Bob', 25])
->display();
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.