PHPackages                             sjdeboer/datatable-bundle - 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. [Framework](/categories/framework)
4. /
5. sjdeboer/datatable-bundle

ActiveLibrary[Framework](/categories/framework)

sjdeboer/datatable-bundle
=========================

DataTableBundle is a Symfony Bundle that lets you combine Symfony Framework and Doctrine with DataTables plug-in for jQuery.

04PHP

Since Aug 20Pushed 8y agoCompare

[ Source](https://github.com/sjdeboer/datatable-bundle)[ Packagist](https://packagist.org/packages/sjdeboer/datatable-bundle)[ RSS](/packages/sjdeboer-datatable-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

DataTableBundle
===============

[](#datatablebundle)

DataTableBundle is a Symfony Bundle that lets you combine [Symfony Framework](https://symsfony.com/) and [Doctrine](http://www.doctrine-project.org/) with [DataTables plug-in for jQuery](https://github.com/DataTables/DataTables).

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

[](#installation)

Install the bundle into your Symfony project via composer:

`composer require sjdeboer/datatable-bundle`

Register the bundle in *app/AppKernel.php*:

```
// ...

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Sjdeboer\DataTableBundle\SjdeboerDataTableBundle(),
        );

        // ...
    }
}
```

Optionally, you can add the below configuration to *app/config/config.yml* and adjust it to your needs.

```
sdeboer_data_table:
    # Default class added to the HTML table element
    default_table_class: ''

    # Default Datatables options. For available options, see: https://datatables.net/reference/option/
    default_datatables_options:
        searching: false
```

You should now be ready to start creating tables!

Usage
-----

[](#usage)

Creating tables is very similar to creating forms in Symfony. So chances are you'll feel right at home.

### Examples

[](#examples)

- [Simple table](Docs/Examples/example-simple.md)
- [Table defined as a PHP class](Docs/Examples/example-class.md) (best practice)

### Reference

[](#reference)

- [Options](Docs/options.md)
- [Column types](Docs/column-types.md)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30872935?v=4)[sjdeboer](/maintainers/sjdeboer)[@sjdeboer](https://github.com/sjdeboer)

---

Top Contributors

[![sjdeboer](https://avatars.githubusercontent.com/u/30872935?v=4)](https://github.com/sjdeboer "sjdeboer (10 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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