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

ActiveLibrary

next-datatable/datatable
========================

A Server Side Processing For Vue Next Datatable

11PHP

Since Sep 21Pushed 4y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Next Datatable
======================

[](#laravel-next-datatable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5e9db68b923de757880759e9c1237aa3a2957672e60312040547156c2a55bc83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6578742d646174617461626c652f646174617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/next-datatable/datatable)[![Total Downloads](https://camo.githubusercontent.com/8a2167f19d7e98e3eef3a17e5e02b1b9c7e957498cd96e7d2171b62e2199e49a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6578742d646174617461626c652f646174617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/next-datatable/datatable)[![GitHub Actions](https://github.com/next-datatable/datatable/actions/workflows/main.yml/badge.svg)](https://github.com/next-datatable/datatable/actions/workflows/main.yml/badge.svg)

A Server Side Proccessing Package Laravel for Vue Next Datatable.

You can see [Vue Next Datatable](https://github.com/devoverid/vue-next-datatable)

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

[](#installation)

You can install the package via composer:

```
composer require next-datatable/datatable
```

Publish config :

```
php artisan vendor:publish --provider="NextDatatable\Datatable\DatatableServiceProvider"

```

Usage
-----

[](#usage)

```
use NextDatatable\Datatable\Facades\Datatable;

$eloquent = App\Models\User::query();
$datatable = Datatable::of($eloquent)->make();
return $datatable;
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [viandwi24](https://github.com/next-datatable)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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/48dee0641501e5e0b8cb627762ae6d0a2a64d0e1e24b6f24f79b54bec6ad9a5f?d=identicon)[viandwi24](/maintainers/viandwi24)

---

Top Contributors

[![viandwi24](https://avatars.githubusercontent.com/u/41994283?v=4)](https://github.com/viandwi24 "viandwi24 (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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