PHPackages                             alison4kk/table-builder - 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. alison4kk/table-builder

ActiveLibrary

alison4kk/table-builder
=======================

TableBuilder - HTML table builder library for PHP 7.4+ and PHP 8

1.0.0(today)01↑2900%MITPHPPHP ^7.4 || ^8.0

Since Apr 4Pushed todayCompare

[ Source](https://github.com/Alison4kk/table-builder)[ Packagist](https://packagist.org/packages/alison4kk/table-builder)[ RSS](/packages/alison4kk-table-builder/feed)WikiDiscussions main Synced today

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

TableBuilder
============

[](#tablebuilder)

HTML table builder library for **PHP 7.4+ and PHP 8** with:

- Fluent, chainable interface
- Full control over table structure (headers, body, footer)
- Column formatters with access to row data
- Column grouping with sections
- Fine-grained attribute control (table, row, cell, column level)
- Column-specific styling

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

[](#installation)

```
composer require alison4kk/table-builder
```

For local development:

```
composer install
```

Quick start
-----------

[](#quick-start)

```
