PHPackages                             manuscle/such-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. [Templating &amp; Views](/categories/templating)
4. /
5. manuscle/such-table

AbandonedArchivedModule[Templating &amp; Views](/categories/templating)

manuscle/such-table
===================

Zend Framework 2 Module for generating HTML tables

v1.0.5(9y ago)137BSD-3-ClausePHPPHP &gt;=5.5

Since Jun 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/e-belair/SuchTable)[ Packagist](https://packagist.org/packages/manuscle/such-table)[ Docs](https://github.com/Manuscle/SuchTable)[ RSS](/packages/manuscle-such-table/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (4)Versions (9)Used By (0)

SuchTable
=========

[](#suchtable)

[![Master Branch Build Status](https://camo.githubusercontent.com/fe085fa9e9702193ce79f4301b1839ecd03167ca97d352d80b72f67d53ab8d30/68747470733a2f2f7472617669732d63692e6f72672f6d616e7573636c652f537563685461626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/manuscle/SuchTable)[![Latest Stable Version](https://camo.githubusercontent.com/d9ef7429569a1ebe7234cfc24e525d42162ae8276621a58a0f04216e970559aa/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7573636c652f737563682d7461626c652f762f737461626c652e706e67)](https://packagist.org/packages/manuscle/such-table)[![Coverage Status](https://camo.githubusercontent.com/c4ea99da8479fd376aeccc068aff593d73dee551d3eec75db66c7931c2b05389/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6d616e7573636c652f537563685461626c652e737667)](https://coveralls.io/r/manuscle/SuchTable)[![Latest Unstable Version](https://camo.githubusercontent.com/b112e59ca7f820e904abfc2d29033d0cb97b2652c894167c8c7172d8b4d70a16/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7573636c652f737563682d7461626c652f762f756e737461626c652e706e67)](https://packagist.org/packages/manuscle/such-table)

This module provide tools to generate an Html table from various type of data.
It's work with array or doctrine result.
This module doesn't have direct interaction with database.
It's work with table elements (like zend form do with form elements).
You can work with Entity during the table generation.

You can help, contact me on IRC #zftalk.dev channel or #zftalk-fr

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

[](#installation)

```
./composer.phar require manuscle/such-table
#when asked for version, type "dev-master"
```

Enable the module into application.config.php

```
return array(
    'modules' => array(
        'SuchTable',
        'Application',
        /** ../.. **/
    ),
);
```

Go to the example page http://your\_web\_project/suchTable

Example
-------

[](#example)

@see the Wiki pages! Or you can see some examples since v1.0.3 inside src/SuchTable/Example folder

Example of result: [![Employee list](https://raw.githubusercontent.com/manuscle/SuchTable/master/data/employee-list.png "Example of table generated with joinned table")](https://raw.githubusercontent.com/manuscle/SuchTable/master/data/employee-list.png)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~210 days

Recently: every ~262 days

Total

6

Last Release

3292d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.3

v1.0.5PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e3b4b98764f8d9abe8558ee49c0c784e289e9fd3df401de59f90c78dcf468f5?d=identicon)[ebelair](/maintainers/ebelair)

---

Top Contributors

[![e-belair](https://avatars.githubusercontent.com/u/596562?v=4)](https://github.com/e-belair "e-belair (120 commits)")

---

Tags

modulezf2tableZend Frameworkhtml-table

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manuscle-such-table/health.svg)

```
[![Health](https://phpackages.com/badges/manuscle-such-table/health.svg)](https://phpackages.com/packages/manuscle-such-table)
```

###  Alternatives

[zf-commons/zfc-twig

Zend Framework 2 Module that provides a Twig rendering strategy and extensions to render actions or trigger events from your templates

93576.6k7](/packages/zf-commons-zfc-twig)

PHPackages © 2026

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