Download the PHP package programie/phptable without Composer
On this page you can find all versions of the php package programie/phptable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download programie/phptable
More information about programie/phptable
Files in programie/phptable
Download programie/phptable
More information about programie/phptable
Files in programie/phptable
Vendor programie
Package phptable
Short Description A library to display data in a table
License MIT
Package phptable
Short Description A library to display data in a table
License MIT
Please rate this library. Is it a good library?
Informations about the package phptable
PHP Table
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
Add the composer package "programie/phptable" to the required packages of your composer.json:
All versions of phptable with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^3.2
The package programie/phptable contains the following files
Loading the files please wait ....