PHPTable 1.0
A library to display data in a table
Project startTue, 03 Jan 2017
Last releaseTue, 27 Aug 2019
Introduction
This library provides a simple API to display data in a table. It heavily depends on the Symfony Console component to output the data to the console or any other output.
One of the main features is the ability to define the order of the table headers. After that, the order of the row columns is defined by keys. It does not matter in which order you add the fields to the rows, the header row will always define the order.
Installation
Install the package using composer require programie/phptable
.