PHPackages                             gpapakitsos/laravel-datatables-api - 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. gpapakitsos/laravel-datatables-api

ActiveLibrary

gpapakitsos/laravel-datatables-api
==================================

jQuery DataTables API for Laravel

v1.13.2(2mo ago)01.2k↓50%3MITPHPPHP ^8.1

Since May 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/george-papakitsos/laravel-datatables-api)[ Packagist](https://packagist.org/packages/gpapakitsos/laravel-datatables-api)[ RSS](/packages/gpapakitsos-laravel-datatables-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (16)Versions (20)Used By (0)

jQuery DataTables API for Laravel
=================================

[](#jquery-datatables-api-for-laravel)

This package handles server-side implementation of jQuery DataTables Plugin by using Laravel's Eloquent ORM.

Requirements
------------

[](#requirements)

- [PHP &gt;= 8.1](https://www.php.net/)
- [Laravel &gt;= 10.0](https://laravel.com/)
- [jQuery DataTables &gt;= 1.10](https://datatables.net/)

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

[](#installation)

Require the package with composer.

### Laravel version &gt;= 10

[](#laravel-version--10)

```
composer require gpapakitsos/laravel-datatables-api
```

### Laravel version &lt;= 9

[](#laravel-version--9)

```
composer require gpapakitsos/laravel-datatables-api "~1.12"
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
GPapakitsos\LaravelDatatables\DatatablesServiceProvider::class,
```

#### Copy the package config file to your local config folder with the publish command:

[](#copy-the-package-config-file-to-your-local-config-folder-with-the-publish-command)

```
php artisan vendor:publish --provider="GPapakitsos\LaravelDatatables\DatatablesServiceProvider"
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 92.1% 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 ~141 days

Recently: every ~124 days

Total

16

Last Release

67d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

v1.13.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/92558d83eeb54343c825678be10a37c6a2aa58aed65a231995c180bd8f83e8e3?d=identicon)[george-papakitsos](/maintainers/george-papakitsos)

---

Top Contributors

[![george-papakitsos](https://avatars.githubusercontent.com/u/10198328?v=4)](https://github.com/george-papakitsos "george-papakitsos (35 commits)")[![ddasios](https://avatars.githubusercontent.com/u/22119111?v=4)](https://github.com/ddasios "ddasios (1 commits)")[![giannis](https://avatars.githubusercontent.com/u/276350?v=4)](https://github.com/giannis "giannis (1 commits)")[![SvetlanaNovikova287](https://avatars.githubusercontent.com/u/54806799?v=4)](https://github.com/SvetlanaNovikova287 "SvetlanaNovikova287 (1 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/gpapakitsos-laravel-datatables-api/health.svg)

```
[![Health](https://phpackages.com/badges/gpapakitsos-laravel-datatables-api/health.svg)](https://phpackages.com/packages/gpapakitsos-laravel-datatables-api)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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