PHPackages                             softerize/tablelize - 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. softerize/tablelize

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

softerize/tablelize
===================

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

0.1.6(8y ago)121.9k3MITPHPPHP &gt;=5.5.0

Since Sep 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/softerize/tablelize)[ Packagist](https://packagist.org/packages/softerize/tablelize)[ Docs](https://softerize.github.io/tablelize/)[ RSS](/packages/softerize-tablelize/feed)WikiDiscussions master Synced 4w ago

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

Tablelize
=========

[](#tablelize)

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

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

[](#installation)

Require it directly with composer:

```
$ composer require softerize/tablelize

```

Or add it to composer.json:

```
{
    "require": {
        "softerize/tablelize": "^0.1.0"
    }
}

```

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Softerize\Tablelize\TablelizeServiceProvider::class,
```

Simple execution
----------------

[](#simple-execution)

In your route/controller, do the following:

```
Route::get('links', function(\Illuminate\Http\Request $request){
    // Create the table list using your model and the request object
    $tablelize = new \Softerize\Tablelize\Tablelize('\App\Models\Link', $request);
    return view('home.index', compact('tablelize'));
});
```

In your view simply generate the HTML:

```
@extends('layouts.app')

@section('content')
{!! $tablelize->generate() !!}
@endsection
```

This is what you'll get:

[![Simple example](https://camo.githubusercontent.com/ac5eb2379ba9f48fa907616af2ca495de32d050ac3294f20ebddc693e3e1f027/687474703a2f2f7777772e736f66746572697a652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30392f6578616d706c652d73696d706c652e706e67)](https://camo.githubusercontent.com/ac5eb2379ba9f48fa907616af2ca495de32d050ac3294f20ebddc693e3e1f027/687474703a2f2f7777772e736f66746572697a652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30392f6578616d706c652d73696d706c652e706e67)

If you want a more distinct look, you can use additional options and turn it into:

[![Advanced example](https://camo.githubusercontent.com/1768f54e460c5534f07d6deffbf74252317f203cbf192d9d32674bd16ea3790f/687474703a2f2f7777772e736f66746572697a652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30392f6578616d706c652d616476616e6365642e706e67)](https://camo.githubusercontent.com/1768f54e460c5534f07d6deffbf74252317f203cbf192d9d32674bd16ea3790f/687474703a2f2f7777772e736f66746572697a652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30392f6578616d706c652d616476616e6365642e706e67)

Documentation
-------------

[](#documentation)

You'll find the complete documentation at .

Support
-------

[](#support)

In case you need support, please create an issue and we will check it as soon as possible.

If you want to hire a professional support, let us know at .

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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 ~103 days

Recently: every ~154 days

Total

7

Last Release

2947d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1482789?v=4)[Oscar Dias](/maintainers/oscardias)[@oscardias](https://github.com/oscardias)

---

Top Contributors

[![oscardias](https://avatars.githubusercontent.com/u/1482789?v=4)](https://github.com/oscardias "oscardias (13 commits)")[![saibotd](https://avatars.githubusercontent.com/u/1080347?v=4)](https://github.com/saibotd "saibotd (2 commits)")

---

Tags

laravelhtmleloquenttable

### Embed Badge

![Health badge](/badges/softerize-tablelize/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11223.5M33](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

854.6k](/packages/waad-laravel-model-metadata)[mozex/laravel-scout-bulk-actions

Import, flush, and queue-import all your Laravel Scout searchable models at once. Auto-discovers models, runs in bulk, tracks progress.

1539.3k](/packages/mozex-laravel-scout-bulk-actions)[binafy/laravel-reactions

React to something in Laravel framework

876.1k](/packages/binafy-laravel-reactions)[stayallive/laravel-eloquent-observable

Register Eloquent model event listeners just-in-time directly from the model.

2946.9k9](/packages/stayallive-laravel-eloquent-observable)

PHPackages © 2026

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