PHPackages                             williamsantana/tableforshell - 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. williamsantana/tableforshell

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

williamsantana/tableforshell
============================

Print HTML tables (and so on) on shell enviroments

1.0.0(6y ago)09MITPHP

Since May 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/WilliamSantAna/TableForShell)[ Packagist](https://packagist.org/packages/williamsantana/tableforshell)[ RSS](/packages/williamsantana-tableforshell/feed)WikiDiscussions master Synced today

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

TableForShell
=============

[](#tableforshell)

Class for printing HTML tables in command prompt (shell, bash, cmd, etc).

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

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

What things you need to install the software and how to install them

```
PHP ^5.3

```

### Installing

[](#installing)

Via Composer

```
curl -s http://getcomposer.org/installer | php
php composer.phar require williamsantana/tableforshell

```

Via GitHub Clone or download the package

```
https://github.com/WilliamSantAna/TableForShell.git

```

Usage
-----

[](#usage)

With hands-on a HTML Table you can do something like this:

```
$htmlString = file_get_contents('some-html-table.html');
$TableForShell = new TableForShell();
$TableForShell->tableHTMLToShell($htmlString);

```

Via shell you can run by simply:

```
php

```

Running the tests
-----------------

[](#running-the-tests)

This package can be tested using PHPUnit

Just run below code in your enviroment. But, don't worry. I promise to make it functional.

```
vendor\bin\phpunit

```

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

[](#contributing)

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

Authors
-------

[](#authors)

- **William SantAna** - *Initial work* - [WilliamSantAna](https://github.com/WilliamSantAna)

See also the list of [contributors](https://github.com/WilliamSantAna/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2549d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65e0b7cc2e8991fcba60509743ea13c9d684c9c855e31580b426deca4d25e4b4?d=identicon)[WilliamSantAna](/maintainers/WilliamSantAna)

---

Top Contributors

[![WilliamSantAna](https://avatars.githubusercontent.com/u/6030909?v=4)](https://github.com/WilliamSantAna "WilliamSantAna (6 commits)")

### Embed Badge

![Health badge](/badges/williamsantana-tableforshell/health.svg)

```
[![Health](https://phpackages.com/badges/williamsantana-tableforshell/health.svg)](https://phpackages.com/packages/williamsantana-tableforshell)
```

###  Alternatives

[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[jimbojsb/workman

PHP process forking &amp; daemonizing library

608.8k](/packages/jimbojsb-workman)

PHPackages © 2026

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