PHPackages                             cleentfaar/table-renderer-ascii - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cleentfaar/table-renderer-ascii

AbandonedLibrary

cleentfaar/table-renderer-ascii
===============================

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

00PHP

Since Feb 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cleentfaar/table-renderer-ascii)[ Packagist](https://packagist.org/packages/cleentfaar/table-renderer-ascii)[ RSS](/packages/cleentfaar-table-renderer-ascii/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

table-renderer-ascii
====================

[](#table-renderer-ascii)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6ebb416cc6bd25b4b9c586aad024deef2a89baf7e3b6a83b08ba311b209a7466/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c65656e74666161722f7461626c652d72656e64657265722d61736369692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cleentfaar/table-renderer-ascii)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c14fa862637b7e20ece76b18b68a4de36ea8759ce677717d7a6a7566110d5f5c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636c65656e74666161722f7461626c652d72656e64657265722d61736369692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cleentfaar/table-renderer-ascii)[![Coverage Status](https://camo.githubusercontent.com/29add6e222f913210d6d626b317be7a2033df31dbc47a669104b196ce4ae5d97/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f636c65656e74666161722f7461626c652d72656e64657265722d61736369692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cleentfaar/table-renderer-ascii/code-structure)[![Quality Score](https://camo.githubusercontent.com/0c9842363af1e146201714daf9a39409982d7c131dc731dd721ac887f15e24be/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f636c65656e74666161722f7461626c652d72656e64657265722d61736369692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cleentfaar/table-renderer-ascii)[![Total Downloads](https://camo.githubusercontent.com/ac7ed17d0b5df97bdea80df9fe952599fe05698ba87d901fa9f4936c1ea1e0ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c65656e74666161722f7461626c652d72656e64657265722d61736369692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cleentfaar/table-renderer-ascii)

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

Install
-------

[](#install)

Via Composer

```
$ composer require cleentfaar/table-renderer-ascii
```

Usage
-----

[](#usage)

```
$table = new Table([['foo' => 'bar']]);

// ... add more rows

$renderer = new AsciiRenderer();
$renderer->render($table);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Cas Leentfaar](https://github.com/cleentfaar)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/14099cff9bb1840056d71facc7d248129646a0048ac348ba68648a1aa128f099?d=identicon)[cleentfaar](/maintainers/cleentfaar)

---

Top Contributors

[![cleentfaar](https://avatars.githubusercontent.com/u/795661?v=4)](https://github.com/cleentfaar "cleentfaar (2 commits)")

### Embed Badge

![Health badge](/badges/cleentfaar-table-renderer-ascii/health.svg)

```
[![Health](https://phpackages.com/badges/cleentfaar-table-renderer-ascii/health.svg)](https://phpackages.com/packages/cleentfaar-table-renderer-ascii)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
