PHPackages                             primix/tables - 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. primix/tables

ActiveLibrary

primix/tables
=============

Table builder for Primix admin panel framework

0.1.8(1mo ago)01↓100%2MITPHPPHP ^8.2

Since Mar 12Pushed 1mo agoCompare

[ Source](https://github.com/livue-laravel/tables)[ Packagist](https://packagist.org/packages/primix/tables)[ RSS](/packages/primix-tables/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (2)

Primix Tables
=============

[](#primix-tables)

`primix/tables` is an official package in the Primix ecosystem. It is part of the Primix framework and provides a table builder for advanced data listings in admin panels.

What it is for
--------------

[](#what-it-is-for)

- Build tables with columns, filters, sorting, search, and pagination.
- Handle row actions, bulk actions, and table state consistently.
- Reuse listing logic across resources, pages, and widgets.

Installation
------------

[](#installation)

Recommended for full Primix projects:

```
composer require primix/primix
```

Standalone module installation:

```
composer require primix/tables
```

Quick example
-------------

[](#quick-example)

```
use Primix\Tables\Table;
use Primix\Tables\Columns\TextColumn;

public static function table(Table $table): Table
{
    return $table
        ->query(Product::query())
        ->columns([
            TextColumn::make('name')->searchable(),
        ]);
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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

Total

5

Last Release

55d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4634f6f92c84533284175d1906210287e9a71e6e1aa020b8ecaeb6a3389a0990?d=identicon)[Makrid87](/maintainers/Makrid87)

---

Top Contributors

[![mycmdev](https://avatars.githubusercontent.com/u/30589700?v=4)](https://github.com/mycmdev "mycmdev (1 commits)")

### Embed Badge

![Health badge](/badges/primix-tables/health.svg)

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

PHPackages © 2026

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