Skip to content

cleentfaar/table-renderer-ascii

Repository files navigation

table-renderer-ascii

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages