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 6d 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 10% 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://www.gravatar.com/avatar/c7fc50366699142990ad16c6b17c415d9c9a492db48832ed5af5a03964476537?d=identicon)[sjdeboer](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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