PHPackages                             macropage/php-to-ascii-table - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. macropage/php-to-ascii-table

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

macropage/php-to-ascii-table
============================

A PHP library to generate plain text tables.

v2.0(6y ago)02271MITPHPPHP ^7

Since Mar 26Pushed 4y agoCompare

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

READMEChangelogDependencies (3)Versions (5)Used By (1)

php-to-ascii-table
==================

[](#php-to-ascii-table)

A small PHP library for generating plain text tables.

[![example table](assets/table.png)](assets/table.png)

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP &gt;= 7
- ext-mbstring
- Optionally Install [php-ds](https://github.com/php-ds/extension) extension (Recommended).

### Installation

[](#installation)

Install via composer:

```
$ composer require malios/php-to-ascii-table
```

Usage
-----

[](#usage)

```
