PHPackages                             ypnos-web/cakephp-datatables - 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. ypnos-web/cakephp-datatables

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

ypnos-web/cakephp-datatables
============================

jQuery DataTables for CakePHP 5

v3.0(8y ago)2631.5k↓23.9%23[20 issues](https://github.com/ypnos-web/cakephp-datatables/issues)MITPHPPHP &gt;=7.0

Since Feb 8Pushed 2y ago9 watchersCompare

[ Source](https://github.com/ypnos-web/cakephp-datatables)[ Packagist](https://packagist.org/packages/ypnos-web/cakephp-datatables)[ Docs](https://github.com/ypnos-web/cakephp-datatables)[ RSS](/packages/ypnos-web-cakephp-datatables/feed)WikiDiscussions master Synced 1mo ago

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

cakephp-datatables
==================

[](#cakephp-datatables)

[DataTables](https://www.datatables.net) is a jQuery plugin for intelligent HTML tables. Next to adding dynamic elements to the table, it also has great supports for on-demand data fetching and server-side processing. The *cakephp-datatables* plugin makes it easy to use the functionality DataTables provides in your CakePHP 3 application. It consists of a helper to add DataTables to your view and a Component to transparently process AJAX requests made by DataTables.

Versioning
----------

[](#versioning)

- Versions 4.x are for users of CakePHP 4.0 and above
- Versions 3.x are for users of CakePHP 3.6 and above
- Versions 2.x are available for older CakePHP installations, but will not receive new features
- Version 1.0 is a tag available for people who let their code rot. Consider upgrading by only changing a couple of lines!
- Branch `php5` is for people without PHP 7 and currently stuck at version 1.0

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

[](#requirements)

- PHP 7 or 8
- CakePHP 5.x
- DataTables 1.x or 2.x

Installation and Usage
----------------------

[](#installation-and-usage)

Please see the [Documentation](https://github.com/ypnos-web/cakephp-datatables/wiki), esp. the [Quick Start tutorial](https://github.com/ypnos-web/cakephp-datatables/wiki/Quick-Start)

Credits
-------

[](#credits)

This work is based on the [code by Frank Heider](https://github.com/fheider/cakephp-datatables) and incorporates [code by Xavier Zolezzi](https://github.com/x-zolezzi/cakephp-datatables).

---

IMPORTANT SECURITY NOTICE for users prior to Oct 24, 2017
---------------------------------------------------------

[](#important-security-notice-for-users-prior-to-oct-24-2017)

The original code by fheider is vulnerable to SQL injection attacks, which was made apparent by a recent [addition to the CakePHP documentation](https://github.com/cakephp/cakephp/commit/b2b45af37f807068f6c23f152fe6e5bf64656915). The vulnerability is fixed by a [breaking change](https://github.com/ypnos-web/cakephp-datatables/commit/81929ad62d1e4041d00c1904f67771fec04ecd5f)in all branches in this repository. It affects the ordering and filtering functionality of DataTables in conjunction with server-side processing. If you are using a prior version of this plugin, you need to update it immediately and, if needed, change your code to [allow ordering and filtering with server-side processing](https://github.com/ypnos-web/cakephp-datatables/wiki/Quick-Start#enable-dynamic-filters-and-ordering).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 78.5% 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 ~141 days

Recently: every ~194 days

Total

7

Last Release

2170d ago

Major Versions

v1.0 → 2.x-dev2018-04-23

v2.1 → v3.02018-05-16

3.x-dev → 4.x-dev2020-06-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/0149ef562f3231b57e6c706dc2f639505cdb3f69ce3760e7bc87cc3f71257e11?d=identicon)[ypnos-web](/maintainers/ypnos-web)

---

Top Contributors

[![ypnos](https://avatars.githubusercontent.com/u/8481470?v=4)](https://github.com/ypnos "ypnos (102 commits)")[![asaliev](https://avatars.githubusercontent.com/u/836841?v=4)](https://github.com/asaliev "asaliev (10 commits)")[![ypnos-web](https://avatars.githubusercontent.com/u/15981753?v=4)](https://github.com/ypnos-web "ypnos-web (10 commits)")[![umer936](https://avatars.githubusercontent.com/u/2078163?v=4)](https://github.com/umer936 "umer936 (5 commits)")[![ThomasNucleus](https://avatars.githubusercontent.com/u/25164792?v=4)](https://github.com/ThomasNucleus "ThomasNucleus (2 commits)")[![gildonei](https://avatars.githubusercontent.com/u/1370979?v=4)](https://github.com/gildonei "gildonei (1 commits)")

---

Tags

cakephp-plugincakephp3datatablescakephpdatatables

### Embed Badge

![Health badge](/badges/ypnos-web-cakephp-datatables/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.0M11](/packages/dereuromark-cakephp-shim)[cakedc/tiny-mce

TinyMCE Plugin for CakePHP

10790.2k](/packages/cakedc-tiny-mce)[dereuromark/cakephp-dto

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

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)

PHPackages © 2026

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