php-array-table
php-array-table copied to clipboard
PHP-class, which allows to transform php associative arrays to cool ASCII tables.
The risky part of the php cs fixer code linting (composer tests run)
I really like the way you implemented formatters, thank you. Small issue: ```php use dekor\ArrayToTextTable; use dekor\formatters\AlignFormatter; use dekor\formatters\SprintfFormatter; require __DIR__ . '/vendor/autoload.php'; $data = [ ['test' => 1], ['test'...
Without the fix: ```txt PHPUnit 10.5.55 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.11 with Xdebug 3.4.0beta1 Configuration: K:\dev\github\php-array-table\phpunit.xml D........W.. 12 / 12 (100%) Time: 00:00.526, Memory: 12.00 MB 1...