PHPackages                             lucasarend/laravel-datatables-mongodb - 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. [Database &amp; ORM](/categories/database)
4. /
5. lucasarend/laravel-datatables-mongodb

ActiveLibrary[Database &amp; ORM](/categories/database)

lucasarend/laravel-datatables-mongodb
=====================================

Laravel DataTables plugin to support Mongodb

v1.0.1(3y ago)03.8kMITPHPPHP &gt;=7.4

Since Dec 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/LucsaArend/laravel-datatables-mongodb)[ Packagist](https://packagist.org/packages/lucasarend/laravel-datatables-mongodb)[ RSS](/packages/lucasarend-laravel-datatables-mongodb/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel Datatables MongoDB
==========================

[](#laravel-datatables-mongodb)

About Package
-------------

[](#about-package)

Hey, I start the development of this package now, some things may not work very well.

I'm learning English sorry for any mistakes.

Feel free to send suggestions and improvements.

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

[](#installation)

Package is available via Composer:

```
"lucasarend/laravel-datatables-mongodb": "^1.0.1"
```

or run

```
composer require lucasarend/laravel-datatables-mongodb
```

### Configure

[](#configure)

Open the config/datatables.php file and add the engines manually to the config

```
    //Replace query by LucasArend\DataTablesMongoDB\QueryDataTable::class,
    //Original Config
    'engines'        => [
        'eloquent'   => Yajra\DataTables\EloquentDataTable::class,
        'query'      => Yajra\DataTables\QueryDataTable::class,
        'collection' => Yajra\DataTables\CollectionDataTable::class,
    ],
    //Afeter Replace Config
    'engines'        => [
        'eloquent'   => Yajra\DataTables\EloquentDataTable::class,
        'query'      => LucasArend\DataTablesMongoDB\QueryDataTable::class,
        'collection' => Yajra\DataTables\CollectionDataTable::class,
    ],
```

Documentation
-------------

[](#documentation)

You will use the Datatable in the same way. [Documentation](https://yajrabox.com/docs/laravel-datatables/10.0) for more information.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/LucsaArend/foxy-http/blob/main/LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

1231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94dd208650ad5205cee0042fe2eea6f0c1c2edc3b863ca90bbc417749f53e87c?d=identicon)[Lucas Arend](/maintainers/Lucas%20Arend)

---

Top Contributors

[![lucasarend99](https://avatars.githubusercontent.com/u/48227315?v=4)](https://github.com/lucasarend99 "lucasarend99 (3 commits)")

### Embed Badge

![Health badge](/badges/lucasarend-laravel-datatables-mongodb/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[orchestra/database

Database Component for Orchestra Platform

201.4M578](/packages/orchestra-database)[pimlie/laravel-datatables-mongodb

Laravel DataTables plugin to support Mongodb

1245.9k](/packages/pimlie-laravel-datatables-mongodb)

PHPackages © 2026

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