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
Requires
- php: ^5.5|^7.0
- cleentfaar/table: ^1.0@dev
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
- scrutinizer/ocular: ^1.1
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2022-02-01 12:55:58 UTC
README
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.