Console_Tablepear.php.netLibrary that makes it easy to build console style tablesProvides a Console_Table class with methods such as addRow(), insertRow(), addCol() etc. to build console tables with or without headers and with user defined table rules, padding, and alignment.Jan Schneideryunoshjan@horde.orgyesRichard Heyesrichardrichard@phpguru.orgnoTal Peertaltal@php.netnoXavier Noguerxnoguerxnoguer@php.netno2016-01-211.3.01.3.0stablestableBSD
* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
5.2.01.4.0b1Console_Color2pear.php.net0.1.20.80.8betabeta2002-09-02BSD
* Initial release.
1.01.0.0stablestable2003-01-24BSD
* Removed a few options and added addData() method.
1.0.11.0.0stablestable2003-03-03BSD
* Fixed a caching bug.
1.0.21.0.0stablestable2005-07-16BSD
* Added support for column alignment (Michael Richter).
1.0.31.0.0stablestable2006-03-13BSD
* Fix cell width calculation if setting header with associative array (Bug #4299).
* Fix fatal reference error with some PHP versions (Bug #5309).
* Fix notice if no data has been provided (Bug #5851).
* Added multibyte support (Requests #2934, Request #7014).
1.0.41.0.0stablestable2006-04-08BSD
* Add support for multi-line cells (koto at webworkers dot pl, Request #7017).
1.0.51.0.0stablestable2006-08-28BSD
* Allow to specify separator rules in addData().
* Fix warnings when combining separator rules and callback filters (Bug #8566).
1.0.61.0.0stablestable2007-01-19BSD
* Add support for multi-line headers (Request #8615).
2007-05-171.0.71.0.0stablestableBSD
* Fix header height if first data row has more than one line (Bug #11064).
* Fix notice if header is not set.
2008-01-091.0.81.0.0stablestableBSD
* Fix cell padding with multibyte strings under certain circumstances (Bug #12853).
2008-03-281.1.01.1.0stablestableBSD
* Add option to set table border character.
* Extend constructor to set table borders, padding, and charset on instantiation.
2008-04-091.1.11.1.0stablestableBSD
* Fix rendering of multiline rows with cells that contain zeros (Bug #13629).
2008-07-271.1.21.1.0stablestableBSD
* Don't render anything if no data has been provided (Bug #14405).
2008-10-201.1.31.1.1stablestableBSD
* Add option to render data with ANSI color codes (Igor Feghali, Request #14835).
1.1.41.1.1stablestable2010-10-25BSD
* Automatically built QA release.
* Add Console_Color support (Request #14835).
* Improve documentation (Christian Weiske, Bug #15006).
2012-12-071.1.51.1.1stablestableBSD
* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte strings (Bug #19423).
2013-10-121.1.61.1.1stablestableBSD
* Use line breaks dependent on the current operating system (Bug #20092).
2014-02-171.2.01.2.0stablestableBSD
* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request #20182).
* Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)
2014-10-271.2.11.2.0stablestableBSD
* Add travis configuration (Christian Weiske).
* Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
* Fix Composer definition syntax (Rob Loach, PR #9).
2016-01-211.3.01.3.0stablestableBSD
* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).