PHPackages                             agik/yii2datatable - 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. agik/yii2datatable

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

agik/yii2datatable
==================

datatable yii2 models

1.0.6(7y ago)0146MITPHPPHP &gt;=5.4.0

Since Apr 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/agik-setiawan/yii2datatable)[ Packagist](https://packagist.org/packages/agik/yii2datatable)[ Docs](https://github.com/agik-setiawan/yii2datatable)[ RSS](/packages/agik-yii2datatable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

\#Datatables with ActiveRecord Yii2

\##On Controller or Model

```
use app\models\LevelAccess;
use agik\yii2datatable\Table;

```

```
$dt=new Table(LevelAccess::find());
//if using join
$dt->model->joinWith('menu');
//if using join
$dt->model->joinWith('levelUser');
 return $dt->getRow();

```

\##On your JS File

```
var tb=$('#table').dataTable({
				"ajax": {
          "url": "http://",
          'type':'get'
        },
        "serverSide":true/false,
        columns:[
{"data":"table_name.column_name"}
        ]
    });

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

Recently: every ~14 days

Total

7

Last Release

2811d ago

### Community

Maintainers

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

---

Top Contributors

[![agik-setiawan](https://avatars.githubusercontent.com/u/20202721?v=4)](https://github.com/agik-setiawan "agik-setiawan (22 commits)")

### Embed Badge

![Health badge](/badges/agik-yii2datatable/health.svg)

```
[![Health](https://phpackages.com/badges/agik-yii2datatable/health.svg)](https://phpackages.com/packages/agik-yii2datatable)
```

PHPackages © 2026

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