PHPackages                             virutmath/table-admin - 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. [Admin Panels](/categories/admin)
4. /
5. virutmath/table-admin

ActiveLibrary[Admin Panels](/categories/admin)

virutmath/table-admin
=====================

List record for backend

1.1.0(6y ago)145MITPHPPHP &gt;=7.0

Since Jul 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/virutmath/table-admin)[ Packagist](https://packagist.org/packages/virutmath/table-admin)[ Docs](https://github.com/virutmat/table-admin)[ RSS](/packages/virutmath-table-admin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

table-admin
===========

[](#table-admin)

- Stand-alone TableAdmin for project
- Using Bootstrap style, `iCheck`, `select2` class
- Support pagination for table

**Usage**

```
$config = [
    'show' => [
        'id' => true
    ],
    'formatDate' => 'd/m/Y',
    'defaultOptionLabel' => '',
    'pageSize' => 30,
    'module'=>'',
    'idField'=>'id',
];
$categories = [
  1=>'Category 1',
  2=>'Category 2'
];
$listRecord = [
  [
    'id'=>1,
    'name'=>'Jame Doe',
    'category_id'=>1
    'active'=>1
  ],
  [
    'id'=>2,
    'name'=>'Joe Doe',
    'category_id'=>2
    'active'=>0
  ]
];

$table = new TableAdmin($listRecord,$config);
$table->column('id','ID record','text');
$table->columnDropdown('category_id','Category',$categories);
$table->column('active','Active','checkbox');
$table->column('id','Edit','edit');
$table->column('id','Delete','delete');
echo $table->render();

```

###  Health Score

28

—

LowBetter than 52% 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 ~194 days

Recently: every ~290 days

Total

7

Last Release

2485d ago

PHP version history (4 changes)1.0.0PHP &gt;=5.3.0

1.0.1PHP &gt;=5.4.0

1.0.5PHP &gt;=5.6.0

1.1.0PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1576480?v=4)[Kelvin Dang](/maintainers/virutmath)[@virutmath](https://github.com/virutmath)

---

Top Contributors

[![virutmath](https://avatars.githubusercontent.com/u/1576480?v=4)](https://github.com/virutmath "virutmath (21 commits)")

---

Tags

admin-tooltable recordgenerate table

### Embed Badge

![Health badge](/badges/virutmath-table-admin/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61114.7k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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