PHPackages                             northern-lights/html-tables-manager - 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. northern-lights/html-tables-manager

Abandoned → [donquixote/cellbrush](/?search=donquixote%2Fcellbrush)ArchivedLibrary

northern-lights/html-tables-manager
===================================

\[PHP\] HTML Tables manager (Tablesman library) - Create and customize HTML tables

v2.1.2(9y ago)113Apache-2.0PHPPHP &gt;=5.3.0

Since Feb 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xZero707/html-tables-manager)[ Packagist](https://packagist.org/packages/northern-lights/html-tables-manager)[ RSS](/packages/northern-lights-html-tables-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

PHP-Tables-Manager
==================

[](#php-tables-manager)

\[PHP\] HTML Tables manager (Tablesman)

This project is abandoned in favor of: [donquixote/cellbrush](https://github.com/donquixote/cellbrush)

\--

Do you hate HTML tables like I do? Too much complications and code for such a small thing! So I come with idea and solution. PHP Class which makes this process simple and straight forward.

Installation
============

[](#installation)

```
composer require xzero707/html-tables-manager

```

or clone repo and include tablesman.class.php

Usage
=====

[](#usage)

Basic use (assuming class is loaded and initialized):

```
$table->setOption('class', 'example_table');
$table->setOption('id', 'example_table');
$table->setOption('CODE', "border='1'");
$table->create();
$table->header(array("Header #1", "Header #2", "Header #3"));
$table->row(array("Foo", "Bar", "Foobar"));
$table->row(array("Foo #2", "Bar #2", "Foobar #2"));
$table->footer(array("", "Foobar", ""));
$table->close();

echo implode("", $table->output); // Finaly flush output
```

For more details and examples, check out \[example.php\]()

**LICENSE AGREEMENT**

Read it here: [LICENSE](https://github.com/xZero707/PHP-Tables-Manager/blob/master/LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3373d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e0fdace36820ac328cbf561118ea5f175cebbf946b15018132dadda39af244b?d=identicon)[xZero707](/maintainers/xZero707)

---

Top Contributors

[![xZero707](https://avatars.githubusercontent.com/u/3281104?v=4)](https://github.com/xZero707 "xZero707 (37 commits)")

### Embed Badge

![Health badge](/badges/northern-lights-html-tables-manager/health.svg)

```
[![Health](https://phpackages.com/badges/northern-lights-html-tables-manager/health.svg)](https://phpackages.com/packages/northern-lights-html-tables-manager)
```

PHPackages © 2026

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