PHPackages                             thipages/quicktable - 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. thipages/quicktable

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

thipages/quicktable
===================

Quick html table builder

v0.5.0(5y ago)3241MITPHP

Since Apr 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/thipages/quicktable)[ Packagist](https://packagist.org/packages/thipages/quicktable)[ RSS](/packages/thipages-quicktable/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (1)

quicktable
==========

[](#quicktable)

Quick Html Table builder

### Installation

[](#installation)

**composer** require thipages\\quicktable

### Usage of QTable class

[](#usage-of-qtable-class)

through the static method create

```
    create($headers,$cells,tableAttributes=[]);
```

#### Example

[](#example)

```
$data=[
    ['Lucien',23],
    ['Paul',12],
    ['Hippolyte ',3]
];
$table=QTable::create(
    ['name','age'],
    $data,
    ['border'=>1]
);
echo($table);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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

Every ~22 days

Recently: every ~27 days

Total

6

Last Release

2118d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130309?v=4)[tit](/maintainers/thipages)[@thipages](https://github.com/thipages)

---

Top Contributors

[![thipages](https://avatars.githubusercontent.com/u/130309?v=4)](https://github.com/thipages "thipages (11 commits)")

---

Tags

htmlphpquicktablehtmltablequick

### Embed Badge

![Health badge](/badges/thipages-quicktable/health.svg)

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

###  Alternatives

[caxy/php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

21520.9M15](/packages/caxy-php-htmldiff)[okipa/laravel-table

Generate tables from Eloquent models.

56752.8k](/packages/okipa-laravel-table)[gbrock/laravel-table

Table functionality for Laravel models

7644.3k](/packages/gbrock-laravel-table)[orchestra/html

HTML Component for Orchestra Platform

40112.6k2](/packages/orchestra-html)

PHPackages © 2026

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