PHPackages                             pinano/datatables-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. [Templating &amp; Views](/categories/templating)
4. /
5. pinano/datatables-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

pinano/datatables-bundle
========================

Symfony2 bundle for wrapping the famous dataTables jquery plugin by SpryMedia

1.9.4.1(12y ago)1234MITJavaScriptPHP &gt;=5.3.2

Since May 27Pushed 12y agoCompare

[ Source](https://github.com/pinano/datatables-bundle)[ Packagist](https://packagist.org/packages/pinano/datatables-bundle)[ Docs](http://github.com/pinano/datatables-bundle)[ RSS](/packages/pinano-datatables-bundle/feed)WikiDiscussions master Synced 4w ago

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

DataTables Bundle for Symfony2
==============================

[](#datatables-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

DataTables 1.9.4 + DataTables Plug-ins

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
        // ...
        "pinano/datatables-bundle": "dev-master"
    }
}
```

### Or, if you prefer, choose a specific version

[](#or-if-you-prefer-choose-a-specific-version)

```
// composer.json

{
    "require": {
        // ...
        "pinano/datatables-bundle": "1.9.4.1"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Pinano\DataTablesBundle\PinanoDataTablesBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update pinano/datatables-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Once you have imported all the resources to the vendor folder, you can self-import the JS into your Symfony project as usual with:

```
{# block js #}
{% block javascripts %}
    {% javascripts filter='cssrewrite' output='js/dataTables.js'
        ...
        '@PinanoDataTablesBundle/Resources/public/js/jquery.dataTables.js'
        '@PinanoDataTablesBundle/Resources/public/extras/TableTools/media/js/ZeroClipboard.js'
        '@PinanoDataTablesBundle/Resources/public/extras/TableTools/media/js/TableTools.js'
        ...
        %}

    {% endjavascripts %}
{% endblock %}
```

And with the CSS as well using with:

```
{# block css #}
{% block stylesheets %}
    {% stylesheets filter='cssrewrite' output='css/dataTables.css'
        ...
        'bundles/pinanodatatables/css/jquery.dataTables.css'
        ...
        %}

    {% endstylesheets %}
{% endblock %}
```

Note: See [kriswallsmith/assetic#53](https://github.com/kriswallsmith/assetic/issues/53) for known limitations of assetic with CSS referencing.

Licenses
--------

[](#licenses)

I do not own DataTables files at all, I'm just providing a Bundle package to easy-install them all. Refer to the source code of the included files from DataTables for license information.

References
----------

[](#references)

1.
2.
3.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d069bc63eb122d0fb5bc6e5e99ea2640a7fe0260f616dfb3f0e175a576c82577?d=identicon)[pinano](/maintainers/pinano)

---

Top Contributors

[![pinano](https://avatars.githubusercontent.com/u/1442754?v=4)](https://github.com/pinano "pinano (14 commits)")

---

Tags

bundlejquerydatatables

### Embed Badge

![Health badge](/badges/pinano-datatables-bundle/health.svg)

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

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91397.6M425](/packages/twig-extra-bundle)[endroid/qr-code-bundle

Endroid QR Code Bundle

32511.1M23](/packages/endroid-qr-code-bundle)[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2841.5M6](/packages/omines-datatables-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[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)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

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