cleentfaar/table-renderer-ascii

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master / 1.0.x-dev 2016-02-27 15:39 UTC

This package is auto-updated.

Last update: 2022-02-01 12:55:58 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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

Install

Via Composer

$ composer require cleentfaar/table-renderer-ascii

Usage

$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.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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