PHPackages                             jelmerd/table-helper - 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. jelmerd/table-helper

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

jelmerd/table-helper
====================

TableHelper for CakePHP 3.x

3.0.0(9y ago)44571[2 issues](https://github.com/JelmerD/TableHelper/issues)MITPHPPHP &gt;=5.5.9

Since Nov 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JelmerD/TableHelper)[ Packagist](https://packagist.org/packages/jelmerd/table-helper)[ Docs](http://github.com/JelmerD/TableHelper)[ RSS](/packages/jelmerd-table-helper/feed)WikiDiscussions master Synced yesterday

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

TableHelper for CakePHP 3.x
===========================

[](#tablehelper-for-cakephp-3x)

[![Build Status](https://camo.githubusercontent.com/8157792c60bab6480061c6d7df73f8dedf1e7e36fb174c7bdef369f37feb512f/68747470733a2f2f7472617669732d63692e6f72672f4a656c6d6572442f5461626c6548656c7065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JelmerD/TableHelper)

[Demo and examples](http://sandbox.jelmerdroge.nl/plugins/table-helper)

In case the live example is down, you can see the examples [here](https://github.com/JelmerD/cakephp-sandbox-3/tree/master/src/Template/Element/Demo/TableHelper) too.

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

[](#installation)

The easiest way to install the plugin is to use Composer. Install Composer in the app folder of your application and then simply run:

```
php composer.phar require jelmerd/table-helper
// or if composer is installed globally
composer require jelmerd/table-helper

```

You can also clone the repository in the Plugin folder:

```
$ cd src/plugins
$ git submodule add git@github.com:JelmerD/TableHelper.git

```

Once the plugin is in place, load it in your `src/config/bootstrap.php` by adding this line:

```
Plugin::load('TableHelper');
// when developing via a submodule, use
Plugin::load('TableHelper', ['autoload' => true]);
```

Now to use the Helper, simply load it in your Controller:

```
public $helpers = array('TableHelper.Table');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3492d ago

Major Versions

2.0.0 → 3.0.02016-12-07

PHP version history (2 changes)2.0.0PHP &gt;=5.2.8

3.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/f200ee57d059f5071b16173950529418b920657754e778544cca2c3af118a728?d=identicon)[JelmerD](/maintainers/JelmerD)

---

Top Contributors

[![JelmerD](https://avatars.githubusercontent.com/u/2372882?v=4)](https://github.com/JelmerD "JelmerD (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jelmerd-table-helper/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19246.3k2](/packages/civicrm-civicrm-drupal-8)

PHPackages © 2026

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