PHPackages                             andydune/html-table - 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. andydune/html-table

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

andydune/html-table
===================

This code will simplify or improve your work with html tables.

v1.3.1(7y ago)024MITPHPPHP &gt;=5.6

Since Apr 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AndyDune/HtmlTable)[ Packagist](https://packagist.org/packages/andydune/html-table)[ Docs](https://github.com/AndyDune/HtmlTable)[ RSS](/packages/andydune-html-table/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

HtmlTable
=========

[](#htmltable)

This code will simplify or improve your work with html tables.

[![Build Status](https://camo.githubusercontent.com/df3bfe14ec83e6e629977e576d988b6b0e6c8ee7df693f1a6f22eb818f984f3a/68747470733a2f2f7472617669732d63692e6f72672f416e647944756e652f48746d6c5461626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AndyDune/HtmlTable)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/12e03be4d5643bbd13b440d4f6b455250cd723501045b48042a77b0819c296ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e647964756e652f68746d6c2d7461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andydune/html-table)[![Total Downloads](https://camo.githubusercontent.com/f5c07f11ecdf0ff8818664a173a39db684215b4ae8b3214818210c8abbf3405b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e647964756e652f68746d6c2d7461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andydune/html-table)

Requirements
------------

[](#requirements)

PHP version &gt;= 5.6

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

[](#installation)

Installation using composer:

```
composer require andydune/html-table

```

Or if composer was not installed globally:

```
php composer.phar require andydune/html-table

```

Or edit your `composer.json`:

```
"require" : {
     "andydune/html-table": "^1"
}

```

And execute command:

```
php composer.phar update

```

Example
-------

[](#example)

Here is small part of code for drawing html table with dynamic data.

```

        ID
        User
        STATUS
        Created
        Updated
        Uploaded
        Link
        Data

         ()
