PHPackages                             yajra/laravel-datatables-oracle - 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. yajra/laravel-datatables-oracle

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

yajra/laravel-datatables-oracle
===============================

jQuery DataTables API for Laravel

v13.0(2mo ago)4.9k33.8M—3.6%852[34 issues](https://github.com/yajra/laravel-datatables/issues)[5 PRs](https://github.com/yajra/laravel-datatables/pulls)20MITPHPPHP ^8.3CI passing

Since Aug 19Pushed today121 watchersCompare

[ Source](https://github.com/yajra/laravel-datatables)[ Packagist](https://packagist.org/packages/yajra/laravel-datatables-oracle)[ GitHub Sponsors](https://github.com/sponsors/yajra)[ RSS](/packages/yajra-laravel-datatables-oracle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (459)Used By (20)

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

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

[![Join the chat at https://gitter.im/yajra/laravel-datatables](https://camo.githubusercontent.com/8c45475384ed8c85dff5291432b446ed7947cc81b09eb6c6bae0275aad633237/68747470733a2f2f6261646765732e6769747465722e696d2f79616a72612f6c61726176656c2d646174617461626c65732e737667)](https://gitter.im/yajra/laravel-datatables?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Donate](https://camo.githubusercontent.com/d47cdb766a100070d38a702d9c7760ccc8052063484e1478a26bcd16680d33af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e737667)](https://www.paypal.me/yajra)[![Donate](https://camo.githubusercontent.com/b8c0238c370d2379c32ad625aae27de6c2f9e6f43b31e7d36ee4fb609121bfe0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617472656f6e2d626c75652e737667)](https://www.patreon.com/bePatron?u=4521203)

[![Laravel 12](https://camo.githubusercontent.com/27c53b6c6136741a7a747905072c39a467e0adbdaae05ddd2c652cd5885184f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322d6f72616e67652e737667)](http://laravel.com)[![Latest Stable Version](https://camo.githubusercontent.com/62213978574beb9275eabe757f7c17642af4968e58b3db70dffc8c62395d3cbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79616a72612f6c61726176656c2d646174617461626c65732d6f7261636c652e737667)](https://packagist.org/packages/yajra/laravel-datatables-oracle)[![Continuous Integration](https://github.com/yajra/laravel-datatables/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-datatables/actions/workflows/continuous-integration.yml)[![Static Analysis](https://github.com/yajra/laravel-datatables/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-datatables/actions/workflows/static-analysis.yml)

[![Total Downloads](https://camo.githubusercontent.com/1e9772fb81f9081066a775e6715a487b00766ebc4c6e593f340a96a32fbec3db/68747470733a2f2f706f7365722e707567782e6f72672f79616a72612f6c61726176656c2d646174617461626c65732d6f7261636c652f642f746f74616c2e737667)](https://packagist.org/packages/yajra/laravel-datatables-oracle)[![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/yajra/laravel-datatables-oracle)

Laravel package for handling [server-side](https://www.datatables.net/manual/server-side) works of [DataTables](http://datatables.net) jQuery Plugin via [AJAX option](https://datatables.net/reference/option/ajax) by using Eloquent ORM, Fluent Query Builder or Collection.

```
use Yajra\DataTables\Facades\DataTables;

return DataTables::eloquent(User::query())->toJson();
return DataTables::query(DB::table('users'))->toJson();
return DataTables::collection(User::all())->toJson();

return DataTables::make(User::query())->toJson();
return DataTables::make(DB::table('users'))->toJson();
return DataTables::make(User::all())->toJson();
```

Sponsors
--------

[](#sponsors)

   [![DataTables Logo](https://camo.githubusercontent.com/326f6928d69b84251fce29c90f3b7be7b25def0706b9150bb5e274350b2550a2/68747470733a2f2f7777772e6e706d6a732e636f6d2f6e706d2d6176617461722f65794a68624763694f694a49557a49314e694973496e523563434936496b705856434a392e65794a68646d463059584a56556b77694f694a6f64485277637a6f764c334d755a334a68646d463059584975593239744c324632595852686369396c5a4451774d6d4d314e6a5932596a4a6c4e6a55784d5449794f5745345a6a4d304e44646b4e574d7a5954397a6158706c505445774d435a6b5a575a686457783050584a6c64484a76496e302e6157552d736e43684157753961624a56336474426f2d69792d32765f374a417858554e3155484c5f704451)](https://camo.githubusercontent.com/326f6928d69b84251fce29c90f3b7be7b25def0706b9150bb5e274350b2550a2/68747470733a2f2f7777772e6e706d6a732e636f6d2f6e706d2d6176617461722f65794a68624763694f694a49557a49314e694973496e523563434936496b705856434a392e65794a68646d463059584a56556b77694f694a6f64485277637a6f764c334d755a334a68646d463059584975593239744c324632595852686369396c5a4451774d6d4d314e6a5932596a4a6c4e6a55784d5449794f5745345a6a4d304e44646b4e574d7a5954397a6158706c505445774d435a6b5a575a686457783050584a6c64484a76496e302e6157552d736e43684157753961624a56336474426f2d69792d32765f374a417858554e3155484c5f704451)  A big thank you to [DataTables](https://editor.datatables.net) for supporting this project with a free DataTables Editor license.     [![JetBrains logo.](https://camo.githubusercontent.com/4c4fc477ad4dd30bbd17f8c797cd97a7cf6aa2dcad20872973e70bc31ac03f15/68747470733a2f2f7265736f75726365732e6a6574627261696e732e636f6d2f73746f726167652f70726f64756374732f636f6d70616e792f6272616e642f6c6f676f732f6a6574627261696e732e706e67)](https://camo.githubusercontent.com/4c4fc477ad4dd30bbd17f8c797cd97a7cf6aa2dcad20872973e70bc31ac03f15/68747470733a2f2f7265736f75726365732e6a6574627261696e732e636f6d2f73746f726167652f70726f64756374732f636f6d70616e792f6272616e642f6c6f676f732f6a6574627261696e732e706e67)  A big thank you to [JetBrains](https://jb.gg/OpenSource) for supporting this project with free open-source licenses of their IDEs.    [![Blackfire.io Logo](https://camo.githubusercontent.com/2a73710603b06dc49d180ab3d51bcdf093ef2620f37b19a5b42202b6cc59e65c/68747470733a2f2f692e696d6775722e636f6d2f7a52387273716b2e706e67)](https://camo.githubusercontent.com/2a73710603b06dc49d180ab3d51bcdf093ef2620f37b19a5b42202b6cc59e65c/68747470733a2f2f692e696d6775722e636f6d2f7a52387273716b2e706e67) A big thank you to [Blackfire.io](https://blackfire.io/docs/introduction?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo) for supporting this project with a free open-source license.  Requirements
------------

[](#requirements)

- [PHP &gt;= 8.2](http://php.net/)
- [Laravel Framework](https://github.com/laravel/framework)
- [DataTables](http://datatables.net/)

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

[](#documentations)

- [Github Docs](https://github.com/yajra/laravel-datatables-docs)
- [Laravel DataTables Quick Starter](https://yajrabox.com/docs/laravel-datatables/master/quick-starter)
- [Laravel DataTables Documentation](https://yajrabox.com/docs/laravel-datatables)

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

[](#laravel-version-compatibility)

LaravelPackage4.2.x3.x5.0.x6.x5.1.x6.x5.2.x6.x5.3.x6.x5.4.x7.x, 8.x5.5.x8.x5.6.x8.x5.7.x8.x5.8.x9.x6.x9.x7.x9.x8.x9.x9.x10.x10.x10.x11.x11.x12.x12.xQuick Installation
------------------

[](#quick-installation)

### Option 1: Install all DataTables libraries

[](#option-1-install-all-datatables-libraries)

```
composer require yajra/laravel-datatables:"^12"
```

### Option 2: Install only this library

[](#option-2-install-only-this-library)

```
composer require yajra/laravel-datatables-oracle:"^12"
```

#### Service Provider &amp; Facade (Optional on Laravel 5.5+)

[](#service-provider--facade-optional-on-laravel-55)

Register the provider and facade on your `config/app.php` file.

```
'providers' => [
    ...,
    Yajra\DataTables\DataTablesServiceProvider::class,
]

'aliases' => [
    ...,
    'DataTables' => Yajra\DataTables\Facades\DataTables::class,
]
```

#### Configuration (Optional)

[](#configuration-optional)

```
php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"
```

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

Debugging Mode
--------------

[](#debugging-mode)

To enable debugging mode, just set `APP_DEBUG=true` and the package will include the queries and inputs used when processing the table.

Important

Please ensure that the `APP_DEBUG` config is set to false when your app is in production.

PHP ARTISAN SERVE BUG
---------------------

[](#php-artisan-serve-bug)

Please avoid using `php artisan serve` when developing the package. There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication and a 404 NotFoundHttpException on valid routes.

It is advised to use [Homestead](https://laravel.com/docs/5.4/homestead) or [Valet](https://laravel.com/docs/5.4/valet) when working with the package.

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables/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/yajra)
- [bllim/laravel4-datatables-package](https://github.com/bllim/laravel4-datatables-package)
- [All Contributors](https://github.com/yajra/laravel-datatables/graphs/contributors)

License
-------

[](#license)

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

###  Health Score

86

—

ExcellentBetter than 100% of packages

Maintenance94

Actively maintained with recent releases

Popularity81

Widely adopted with strong download metrics

Community59

Growing community involvement

Maturity98

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 86.3% 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 ~10 days

Recently: every ~26 days

Total

452

Last Release

62d ago

Major Versions

v9.21.1 → v10.1.12022-06-24

9.0.x-dev → v10.1.22022-07-12

10.x-dev → v11.0.02024-03-14

11.x-dev → v12.0.02025-02-26

12.x-dev → v13.02026-03-18

PHP version history (10 changes)1.3.0PHP &gt;=5.3.0

v4.0.0PHP &gt;=5.4.0

v6.0.0-betaPHP &gt;=5.5.9

v7.0.0PHP &gt;=5.6.4

v8.0.0PHP &gt;=7.0

v9.0.0PHP ^7.1.3

v9.15.0PHP ^7.1.3|^8

v10.0.0PHP ^8.0.2

v11.0.0PHP ^8.2

v13.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c245d1effe6022f9f09b2e8b9cce26743de03a64d612cea4ce9885560d7c0b2?d=identicon)[yajra](/maintainers/yajra)

---

Top Contributors

[![yajra](https://avatars.githubusercontent.com/u/2687997?v=4)](https://github.com/yajra "yajra (1918 commits)")[![Arkhas](https://avatars.githubusercontent.com/u/5020806?v=4)](https://github.com/Arkhas "Arkhas (68 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (20 commits)")[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (16 commits)")[![frknakk](https://avatars.githubusercontent.com/u/5730574?v=4)](https://github.com/frknakk "frknakk (14 commits)")[![hpacleb](https://avatars.githubusercontent.com/u/24486552?v=4)](https://github.com/hpacleb "hpacleb (12 commits)")[![vladkucherov](https://avatars.githubusercontent.com/u/4151984?v=4)](https://github.com/vladkucherov "vladkucherov (12 commits)")[![Seb33300](https://avatars.githubusercontent.com/u/915273?v=4)](https://github.com/Seb33300 "Seb33300 (12 commits)")[![tortuetorche](https://avatars.githubusercontent.com/u/5038872?v=4)](https://github.com/tortuetorche "tortuetorche (11 commits)")[![pimlie](https://avatars.githubusercontent.com/u/1067403?v=4)](https://github.com/pimlie "pimlie (11 commits)")[![Morinohtar](https://avatars.githubusercontent.com/u/5765516?v=4)](https://github.com/Morinohtar "Morinohtar (10 commits)")[![ElfSundae](https://avatars.githubusercontent.com/u/526008?v=4)](https://github.com/ElfSundae "ElfSundae (10 commits)")[![sharifzadesina](https://avatars.githubusercontent.com/u/205923701?v=4)](https://github.com/sharifzadesina "sharifzadesina (10 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (9 commits)")[![ChaosPower](https://avatars.githubusercontent.com/u/260845?v=4)](https://github.com/ChaosPower "ChaosPower (9 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (8 commits)")[![ethaizone](https://avatars.githubusercontent.com/u/1168777?v=4)](https://github.com/ethaizone "ethaizone (8 commits)")[![lloricode](https://avatars.githubusercontent.com/u/8251344?v=4)](https://github.com/lloricode "lloricode (7 commits)")[![apreiml](https://avatars.githubusercontent.com/u/350183?v=4)](https://github.com/apreiml "apreiml (7 commits)")[![MarkVaughn](https://avatars.githubusercontent.com/u/39970?v=4)](https://github.com/MarkVaughn "MarkVaughn (6 commits)")

---

Tags

datatableshacktoberfestjqueryjquery-datatableslaravellaravel-datatablesphplaraveljquerydatatablesyajra

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/yajra-laravel-datatables-oracle/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

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

Laravel DataTables HTML builder plugin

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

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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