PHPackages                             brgomes/laravel-datatable - 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. brgomes/laravel-datatable

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

brgomes/laravel-datatable
=========================

A simple datatable for Laravel

1.9.3(11mo ago)02↓100%MITBladePHP &gt;=7.3

Since Sep 28Pushed 11mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (31)Used By (0)

Install
-------

[](#install)

First, add the lines below in composer.json file:

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/brgomes/laravel-datatable"
    }
]

```

After, run composer install command:

```
composer require brgomes/laravel-datatable

```

Using
-----

[](#using)

Register the package in app/config.php file. Add the line blow in providers section:

```
Brgomes\LaravelDatatable\DatatableServiceProvider::class,

```

Add the lines below in webpack.mix.js file:

```
.css('vendor/brgomes/laravel-datatable/resources/assets/datatable.css', 'public/assets/datatable')
.js('vendor/brgomes/laravel-datatable/resources/assets/datatable.js', 'public/assets/datatable')

```

To call the files:

```
mix('assets/datatable/datatable.css')
mix('assets/datatable/datatable.js')

```

Create Datatable files
----------------------

[](#create-datatable-files)

```
php artisan make:datatable

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance53

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Recently: every ~36 days

Total

30

Last Release

359d ago

PHP version history (2 changes)1.0PHP ^7.3|^8.2

1.1PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9de380edaf537541b4c21539af759172f1e90c01878b4bf12cd1b31e94d6de1f?d=identicon)[brgomes](/maintainers/brgomes)

---

Top Contributors

[![brgomes](https://avatars.githubusercontent.com/u/172725?v=4)](https://github.com/brgomes "brgomes (37 commits)")

### Embed Badge

![Health badge](/badges/brgomes-laravel-datatable/health.svg)

```
[![Health](https://phpackages.com/badges/brgomes-laravel-datatable/health.svg)](https://phpackages.com/packages/brgomes-laravel-datatable)
```

###  Alternatives

[alexandresalome/assetic-extra-bundle

Extra feature for Assetic (asset directory)

1811.4k](/packages/alexandresalome-assetic-extra-bundle)

PHPackages © 2026

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