PHPackages                             fawno/cakephp-datatables-helpers - 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. fawno/cakephp-datatables-helpers

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

fawno/cakephp-datatables-helpers
================================

DataTables Helpers for CakePHP 4.0

0.0.12(1w ago)073MITPHPPHP &gt;=7.4

Since Oct 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/fawno/CakePHP-DataTables)[ Packagist](https://packagist.org/packages/fawno/cakephp-datatables-helpers)[ RSS](/packages/fawno-cakephp-datatables-helpers/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (13)Used By (0)

CakePHP 4.x Helpers for DataTables
==================================

[](#cakephp-4x-helpers-for-datatables)

CakePHP 4.x Helpers to generate HTML with [DataTables](https://datatables.net/)

How to... ?
===========

[](#how-to-)

#### Installation

[](#installation)

If you want the latest version of the plugin:

- Add the plugin to your `composer.json` (see below if you want to use another branch / version):

```
composer require fawno/cakephp-datatables-helpers:dev-master
// Or the following if you want to use the stable version:
composer require fawno/cakephp-datatables-helpers:@stable

```

- Load the plugin in your `src/Application.php`:

```
$this->addPlugin('DataTables');
```

- [Load the helpers](https://book.cakephp.org/4/en/views/helpers.html#configuring-helpers) you want in your `View/AppView.php`:

```
$this->loadHelper('Table', [
    'className' => 'DataTables.Table',
]);
```

###  Health Score

34

↑

LowBetter than 75% of packages

Maintenance66

Regular maintenance activity

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Recently: every ~150 days

Total

12

Last Release

9d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.2

0.0.10PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![alphp](https://avatars.githubusercontent.com/u/8992091?v=4)](https://github.com/alphp "alphp (9 commits)")

---

Tags

cakephpdatatables

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fawno-cakephp-datatables-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/fawno-cakephp-datatables-helpers/health.svg)](https://phpackages.com/packages/fawno-cakephp-datatables-helpers)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M201](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M43](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)

PHPackages © 2026

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