PHPackages                             soft2b/data-tables-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. soft2b/data-tables-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

soft2b/data-tables-bundle
=========================

Adds DataTables functionality to Symfony2

1.0.x-dev(9y ago)023BSDPHPPHP &gt;=5.3.3|^7.0

Since Sep 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kuba939/datatables-bundle)[ Packagist](https://packagist.org/packages/soft2b/data-tables-bundle)[ Docs](http://code.rbsolutions.us/datatables/)[ RSS](/packages/soft2b-data-tables-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Symfony2/Doctrine extension for DataTables jQuery Extension
===========================================================

[](#symfony2doctrine-extension-for-datatables-jquery-extension)

This bundle adds DataTables ajax functionality to your Symfony2/Doctrine project.

[![Build Status](https://camo.githubusercontent.com/ae5c70594fcc82f1e3f32a8b42029651ededc84d1dc4dfa53481042a2e1846a3/687474703a2f2f7262736f6c7574696f6e732e64796e646e732e6f72673a383038302f6275696c645374617475732f69636f6e3f6a6f623d446174615461626c6573)](https://camo.githubusercontent.com/ae5c70594fcc82f1e3f32a8b42029651ededc84d1dc4dfa53481042a2e1846a3/687474703a2f2f7262736f6c7574696f6e732e64796e646e732e6f72673a383038302f6275696c645374617475732f69636f6e3f6a6f623d446174615461626c6573)[![SensioLabsInsight](https://camo.githubusercontent.com/b6afb6a98994fe67af81ed8598d2dff44e737145f51d4d076e90c0b5285e73af/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37666336396335332d373461352d346265302d396265612d6331323634333633363964662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7fc69c53-74a5-4be0-9bea-c126436369df)

Install
-------

[](#install)

Add the package brown298\\datatables to your composer.json

```
{
    "require": {
        "brown298/data-tables-bundle": "dev-master"
    }
}
```

For more information about Composer, please visit [http://getcomposer.org](http://getcomposer.org/ "Composer")

Configure
---------

[](#configure)

### Add Brown298DataTablesBundle to your application kernel

[](#add-brown298datatablesbundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Brown298\DataTablesBundle\Brown298DataTablesBundle(),
        // ...
    );
}
```

### Assetic

[](#assetic)

As part of the composer requirements, both jQuery and DataTables are added to the vendor directory. You are welcome to use those files, or install your own. But both jQuery and DataTables are required to be added to your templates to use this bundle.

```
# config.yml

assetic:
    assets:
        data_tables:
            inputs:
                - %kernel.root_dir%/../vendor/datatables/datatables/media/js/jquery.js
                - %kernel.root_dir%/../vendor/datatables/datatables/media/js/jquery.dataTables.js
```

```
  {# Resources\views\base.html.twig #}

  {% javascripts '@data_tables' %}

  {% endjavascripts %}
```

For more examples and instructions, please visit [http://code.rbsolutions.us/datatables/](http://code.rbsolutions.us/datatables/ "DataTables")

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

3577d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

Symfony2datatables

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/soft2b-data-tables-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/soft2b-data-tables-bundle/health.svg)](https://phpackages.com/packages/soft2b-data-tables-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[codefog/contao-haste

haste extension for Contao Open Source CMS

41668.4k163](/packages/codefog-contao-haste)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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