PHPackages                             dimaxz/activetable - 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. dimaxz/activetable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dimaxz/activetable
==================

ActiveTable Engine, grid+form

v3.0.2(2y ago)04.8k[1 issues](https://github.com/dimaxz/ActiveTable/issues)PHPPHP ^8.0CI failing

Since Feb 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dimaxz/ActiveTable)[ Packagist](https://packagist.org/packages/dimaxz/activetable)[ RSS](/packages/dimaxz-activetable/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (36)Used By (0)

ActiveTable
===========

[](#activetable)

ActiveTable Engine, grid+form

Простая таблица с формой
------------------------

[](#простая-таблица-с-формой)

```
//создаем объект таблицы, передаем репозитрий реализующий интерфейс Repo/CrudRepository из пакета dimaxz/repository
$table = new DataTableSimple(new UserRepository,"users");
$table->setSearchCriteria( new UserCriteria() );

//колонки
$table->addColumn( new ColumnTable("id","№"));
$table->addColumn( new ColumnTable("name","Наименование"));
$table->addColumn( new ColumnTable("email","E-mail"));

//поля
$table->addField( new FormInput("id"));
$table->addField( new FormInput("name"));
$table->addField( new FormInput("email"));

//вывод в html
dump($table->render());
```

Пример проекта

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

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

Recently: every ~179 days

Total

24

Last Release

1059d ago

Major Versions

v1.0.6 → v2.02019-10-17

v2.2.5 → v3.02023-08-07

PHP version history (2 changes)v1.0.1PHP ^7.2

v3.0PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![dimaxz](https://avatars.githubusercontent.com/u/6066604?v=4)](https://github.com/dimaxz "dimaxz (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dimaxz-activetable/health.svg)

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

###  Alternatives

[baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

16406.2k3](/packages/baibaratsky-php-wmsigner)[jonpurvis/laravel-uninspire

The opposite command of the Laravel artisan inspire command

2343.6k](/packages/jonpurvis-laravel-uninspire)[glooby/task-bundle

Scheduling of tasks for symfony made simple

3216.4k](/packages/glooby-task-bundle)

PHPackages © 2026

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