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

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

ug-code/eloquent-datatable
==========================

jQuery DataTables API for elequent

v1.0.0(6y ago)021MITPHPPHP &gt;=5.6.0

Since May 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ug-code/eloquent-datatable)[ Packagist](https://packagist.org/packages/ug-code/eloquent-datatable)[ Docs](https://github.com/ug-code/eloquent-datatable)[ RSS](/packages/ug-code-eloquent-datatable/feed)WikiDiscussions master Synced 1mo ago

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

eloquent-dataTable
==================

[](#eloquent-datatable)

Usage
-----

[](#usage)

### Step 1: Install through composer

[](#step-1-install-through-composer)

`composer require ug-code/eloquent-datatable`

### Step 2: Add DataTables javascript and set it up

[](#step-2-add-datatables-javascript-and-set-it-up)

For more information check out the [datatables manual](http://datatables.net/manual/index).

```
var table = $('#example').DataTable({
  "processing": true,
  "serverSide": true,
  "ajax": {
    "url": "",
    "type": "POST"
  },
  "columns": [
    { data:"user_id": name:"users.user_id" },
    { data:"mail": name:"users.mail" },
    { data:"address": name:"profiles.address" },
  ]
} )
});
```

### Step 3: PHP

[](#step-3-php)

```
$db        =Profiles::with(['users']);
echo json_encode(Datatable::make($db));
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5881dc9a8457d42217567d70b7680ea70edc788d3df775d4584f2361d2cc71d?d=identicon)[ug-code](/maintainers/ug-code)

---

Top Contributors

[![ug-code](https://avatars.githubusercontent.com/u/17679067?v=4)](https://github.com/ug-code "ug-code (14 commits)")

---

Tags

laraveljquerydatatables

### Embed Badge

![Health badge](/badges/ug-code-eloquent-datatable/health.svg)

```
[![Health](https://phpackages.com/badges/ug-code-eloquent-datatable/health.svg)](https://phpackages.com/packages/ug-code-eloquent-datatable)
```

###  Alternatives

[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2851.4M6](/packages/omines-datatables-bundle)[timgws/query-builder-parser

Build complex Eloquent &amp; QueryBuilder queries automatically when using jQuery-QueryBuilder

159387.8k](/packages/timgws-query-builder-parser)[vaibhavpandeyvpz/doctrine-datatables

Helper library to implement doctrine powered server-side processing for jquery-datatables with joins, search, filtering and ordering.

2157.0k](/packages/vaibhavpandeyvpz-doctrine-datatables)[pimlie/laravel-datatables-mongodb

Laravel DataTables plugin to support Mongodb

1245.9k](/packages/pimlie-laravel-datatables-mongodb)

PHPackages © 2026

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