Download the PHP package imtiazmahbub/array-to-text-php without Composer
On this page you can find all versions of the php package imtiazmahbub/array-to-text-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imtiazmahbub/array-to-text-php
More information about imtiazmahbub/array-to-text-php
Files in imtiazmahbub/array-to-text-php
Download imtiazmahbub/array-to-text-php
More information about imtiazmahbub/array-to-text-php
Files in imtiazmahbub/array-to-text-php
Vendor imtiazmahbub
Package array-to-text-php
Short Description This PHP class can convert an array into ascii text formatted table
License MIT
Package array-to-text-php
Short Description This PHP class can convert an array into ascii text formatted table
License MIT
Please rate this library. Is it a good library?
Informations about the package array-to-text-php
Array to Text Table
forked from https://gist.github.com/tony-landis/31477
This PHP class can convert an array into ascii text table.
Example Usage:
Output of above example
Useful Methods:
render
default: false
You can catch the output of the render with render(true)
showHeaders
default: false
Show the headers using the key values of the array for the titles
setMaxWidth
default: 30
Set the maximum width (number of characters) per column before truncating
setMaxHeight
default: 2
Set the maximum height (number of lines) per row before truncating
All versions of array-to-text-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.3 || ^7.0
The package imtiazmahbub/array-to-text-php contains the following files
Loading the files please wait ....