2017 © Pedro Peláez
 

library table-renderer-ascii

Extension of the table library that can render your tables in ASCII format

image

cleentfaar/table-renderer-ascii

Extension of the table library that can render your tables in ASCII format

  • Saturday, February 27, 2016
  • by cleentfaar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

table-renderer-ascii

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Extension of the table library that can render your tables in ASCII format., (*2)

Install

Via Composer, (*3)

``` bash $ composer require cleentfaar/table-renderer-ascii, (*4)


## Usage ``` php $table = new Table([['foo' => 'bar']]); // ... add more rows $renderer = new AsciiRenderer(); $renderer->render($table);

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email info@casleentfaar.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

27/02 2016

dev-master

9999999-dev https://github.com/cleentfaar/table-renderer-ascii

Extension of the table library that can render your tables in ASCII format

  Sources   Download

MIT

The Requires

  • php ^5.5|^7.0
  • cleentfaar/table ^1.0@dev

 

The Development Requires

table ascii cleentfaar