PHPackages                             magd-kudama/datatables - 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. magd-kudama/datatables

ActiveLibrary

magd-kudama/datatables
======================

14482PHP

Since Feb 5Pushed 13y ago1 watchersCompare

[ Source](https://github.com/magdkudama/jquery-datatables-package)[ Packagist](https://packagist.org/packages/magd-kudama/datatables)[ RSS](/packages/magd-kudama-datatables/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Jquery Datatables Package
=========================

[](#jquery-datatables-package)

Plugin to work with Datatables Jquery Plugin (server-side).

It has bees specially developed to work with Laravel 4 (requires an instance of the query builder, and framework/support).

It uses the same public methods of bllim/laravel-datatables-bundle Laravel3 bundle.

\####Usage Example

```
$q = DB::table('user')->join('role', 'user.id', '=', 'role.user_id')
		->select('user.id', 'user.name uname', 'role.name rname');
return Datatables::of($q)->make();

```

\####Other configurations (Laravel 4)

Add the service provider to `app/config/app.php`

```
'providers' => array(
	...
	'MagdKudama\Datatables\DatatablesServiceProvider',
	...
),

```

And add the alias to `app/config/app.php`

```
'aliases' => array(
	...
	'Datatables' => 'MagdKudama\Datatables\Facades\Datatables',
	...
),

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9d00a0f8224dd071caf6dbe527ef748f6f338e2be38f1b7b0d0cf8adcfad22b?d=identicon)[magdkudama](/maintainers/magdkudama)

---

Top Contributors

[![magdkudama](https://avatars.githubusercontent.com/u/1323130?v=4)](https://github.com/magdkudama "magdkudama (7 commits)")

### Embed Badge

![Health badge](/badges/magd-kudama-datatables/health.svg)

```
[![Health](https://phpackages.com/badges/magd-kudama-datatables/health.svg)](https://phpackages.com/packages/magd-kudama-datatables)
```

PHPackages © 2026

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