PHPackages                             mrugeshtatvasoft/laravel-datatables-html - 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. mrugeshtatvasoft/laravel-datatables-html

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

mrugeshtatvasoft/laravel-datatables-html
========================================

Laravel DataTables HTML builder plugin

v1.2.1(1y ago)01.3k↓50%1MITPHPPHP ^8.2CI passing

Since May 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mrugeshtatvasoft/laravel-datatables-html)[ Packagist](https://packagist.org/packages/mrugeshtatvasoft/laravel-datatables-html)[ Fund](https://www.paypal.me/mrugeshtatvasoft)[ GitHub Sponsors](https://github.com/mrugeshtatvasoft)[ RSS](/packages/mrugeshtatvasoft-laravel-datatables-html/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (1)

Laravel DataTables Html Plugin
==============================

[](#laravel-datatables-html-plugin)

[![Laravel 11.x](https://camo.githubusercontent.com/81370472fc0a6eae474378707f1dcab015043f6da68cfa7a072254fcbace153e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31312e782d6f72616e67652e737667)](http://laravel.com)[![Latest Stable Version](https://camo.githubusercontent.com/1c824a3827b907aee11f08a146ef899722a69a8a16d615ec4e5c66e9190566b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7275676573687461747661736f66742f6c61726176656c2d646174617461626c65732d68746d6c2e737667)](https://packagist.org/packages/mrugeshtatvasoft/laravel-datatables-html)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/398583caa4a7c4438abbcbc73216800cb240e15958b620fd92e63a0039e21833/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d7275676573687461747661736f66742f6c61726176656c2d646174617461626c65732d68746d6c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mrugeshtatvasoft/laravel-datatables-html/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/ccbc7b738050f88cfa3104655c45d70bde9842076a430c932904bcb8379fb19b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7275676573687461747661736f66742f6c61726176656c2d646174617461626c65732d68746d6c2e737667)](https://packagist.org/packages/mrugeshtatvasoft/laravel-datatables-html)[![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/mrugeshtatvasoft/laravel-datatables-html)

[![Continuous Integration](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/continuous-integration.yml)[![Static Analysis](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/static-analysis.yml)[![PHP Linting](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/pint.yml/badge.svg)](https://github.com/mrugeshtatvasoft/laravel-datatables-html/actions/workflows/pint.yml)

This package is a plugin of [Laravel DataTables](https://github.com/mrugeshtatvasoft/laravel-datatables) for generating dataTables script using PHP.

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

[](#requirements)

- [Laravel 11.x](https://github.com/laravel/framework)
- [Laravel DataTables](https://github.com/mrugeshtatvasoft/laravel-datatables)

Documentations
--------------

[](#documentations)

- [Laravel DataTables Documentation](http://mrugeshtatvasoftbox.com/docs/laravel-datatables)

Laravel Version Compatibility
-----------------------------

[](#laravel-version-compatibility)

LaravelPackage8.x and below4.x9.x9.x10.x10.x11.x11.xQuick Installation
------------------

[](#quick-installation)

`composer require mrugeshtatvasoft/laravel-datatables-html:^11`

#### Setup scripts with ViteJS

[](#setup-scripts-with-vitejs)

Set the default javascript type to `module` by setting `Builder::useVite()` in the `AppServiceProvider`.

```
namespace App\Providers;

use Illuminate\Pagination\Paginator;
use Illuminate\Support\ServiceProvider;
use mrugeshtatvasoft\DataTables\Html\Builder;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        Paginator::useBootstrapFive();
        Builder::useVite();
    }
}
```

#### Publish Assets (Optional)

[](#publish-assets-optional)

`$ php artisan vendor:publish --tag=datatables-html`

And that's it! Start building out some awesome DataTables!

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/mrugeshtatvasoft/laravel-datatables-html/blob/master/.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Arjay Angeles](https://github.com/mrugeshtatvasoft)
- [All Contributors](https://github.com/mrugeshtatvasoft/laravel-datatables-html/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/mrugeshtatvasoft/laravel-datatables-html/blob/master/LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/393eb85871b607f2faf70252a35b0eb60117bcee6e76446f98bac32b0d44755e?d=identicon)[mktatva](/maintainers/mktatva)

---

Top Contributors

[![mrugeshtatvasoft](https://avatars.githubusercontent.com/u/50828994?v=4)](https://github.com/mrugeshtatvasoft "mrugeshtatvasoft (6 commits)")

---

Tags

laravelJShtmljquerydatatablesMrugeshTatvasoft

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mrugeshtatvasoft-laravel-datatables-html/health.svg)

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

###  Alternatives

[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

2899.6M48](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

1186.1M2](/packages/yajra-laravel-datatables-editor)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1035.8M52](/packages/yajra-laravel-datatables)[openskill/datatable

This is a Laravel 5 package for the server and client side of DataTables (http://datatables.net/)

5511.2k1](/packages/openskill-datatable)

PHPackages © 2026

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