PHPackages                             v8enginephp/tabler - 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. [Database &amp; ORM](/categories/database)
4. /
5. v8enginephp/tabler

ActiveLibrary[Database &amp; ORM](/categories/database)

v8enginephp/tabler
==================

Table component for Laravel Models

v1.0.0(4y ago)0301proprietaryPHP

Since Mar 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/v8enginephp/Tabler)[ Packagist](https://packagist.org/packages/v8enginephp/tabler)[ RSS](/packages/v8enginephp-tabler/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Tabler
======

[](#tabler)

Make Your Index Tables Like Piece of Cake

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

[](#installation)

Install Tabler with composer

```
    composer require v8enginephp/tabler
```

Usage/Examples
--------------

[](#usageexamples)

```
use V8\Tabler;

class Test
{
    use Tabler;

    protected static function getDefaultColumns(): array
    {
        return [
            tabler_column('slug','column header',function($row){
                // This function executes the number of your records and passes $row argument as the current row record
                // by default if You dont fill this argument Table will fill with $row->slug
                return $row->id;
            }),
        ];
    }
}
```

In view

```

```

In Blade

```
   {!! Test::renderTable($records) !!}
```

Authors
-------

[](#authors)

- [Aliakbar Soleimani](https://www.github.com/alisoleimanii)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.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

Unknown

Total

1

Last Release

1527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5fcfc550ab4781f6ea3feffd58812de84e2245fc4286fad68b5c8272d20506a?d=identicon)[alisoleimani.dev](/maintainers/alisoleimani.dev)

---

Top Contributors

[![v8enginephp](https://avatars.githubusercontent.com/u/87603029?v=4)](https://github.com/v8enginephp "v8enginephp (7 commits)")[![alisoleimanii](https://avatars.githubusercontent.com/u/40999152?v=4)](https://github.com/alisoleimanii "alisoleimanii (1 commits)")

### Embed Badge

![Health badge](/badges/v8enginephp-tabler/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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