PHPackages                             sevenecks/tableify - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. sevenecks/tableify

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

sevenecks/tableify
==================

Transform a multidimensional array into a pretty table that can be echoed to the screen or logged to a file.

0.0.5(8y ago)55.9k↑605.9%MITPHPPHP &gt;=7.0

Since Apr 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SevenEcks/tableify)[ Packagist](https://packagist.org/packages/sevenecks/tableify)[ Docs](https://github.com/sevenecks)[ RSS](/packages/sevenecks-tableify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Tableify
========

[](#tableify)

Convert multi-dimensional PHP arrays into printable / loggable tables, with headers and everything!.

Installation
------------

[](#installation)

Via Composer

```
composer require sevenecks/tableify
```

Overview
--------

[](#overview)

Using method chaining is the best way to use this package. It makes for a simple, readable syntax. All the public methods aside from toArray() are chainable, in that they modify the instance of the Tableify object and return the object itself.

Example Usage
-------------

[](#example-usage)

```
