PHPackages                             pfilsx/data-grid-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. [Admin Panels](/categories/admin)
4. /
5. pfilsx/data-grid-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

pfilsx/data-grid-bundle
=======================

Provides a Data Grid tables for your Symfony project.

5.0.2(5y ago)57982[3 issues](https://github.com/pfilsx/DataGridBundle/issues)[1 PRs](https://github.com/pfilsx/DataGridBundle/pulls)MITPHPPHP &gt;=7.1CI failing

Since Feb 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pfilsx/DataGridBundle)[ Packagist](https://packagist.org/packages/pfilsx/data-grid-bundle)[ RSS](/packages/pfilsx-data-grid-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (15)Versions (37)Used By (0)

DataGridBundle
==============

[](#datagridbundle)

General: [![Build Status](https://camo.githubusercontent.com/a5e8654eff8f4a0c2c5f6a846f6c27548ad0a3a4482b08c99b770ffa92275601/68747470733a2f2f7472617669732d63692e636f6d2f7066696c73782f446174614772696442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/pfilsx/DataGridBundle)[![Latest Stable Version](https://camo.githubusercontent.com/7db1841a60dd2a69abaaf9e4cafec115c9b3e80bf68e8bc017780a36cc344c7f/68747470733a2f2f706f7365722e707567782e6f72672f7066696c73782f646174612d677269642d62756e646c652f762f737461626c65)](https://packagist.org/packages/pfilsx/data-grid-bundle)[![License](https://camo.githubusercontent.com/960aa988c5ca7e25265367306082a62dfa1bee3b4946761706d06e7280c31e65/68747470733a2f2f706f7365722e707567782e6f72672f7066696c73782f646174612d677269642d62756e646c652f6c6963656e7365)](https://packagist.org/packages/pfilsx/data-grid-bundle)

Quality: [![Scrutinizer Code Quality](https://camo.githubusercontent.com/7ec38cc544f971f7f4e46c7598ef4944d4778425c817a84c4afad21df5a25bee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7066696c73782f446174614772696442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/e3000c7392cf2df1358b76aed394c3259c98560544b13952d4f502698875ef34/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7066696c73782f446174614772696442756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/build-status/master)[![Coverage Status](https://camo.githubusercontent.com/3a75b68eed0faf2c7db515b9b72caaf67f2bdeb4baafc82b008252c23ae9b13c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7066696c73782f446174614772696442756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/pfilsx/DataGridBundle?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/702ac2a060a0036a5faf9b15a5e6f332bb019326a88e85a00f2dfca88e23cc3c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7066696c73782f446174614772696442756e646c652f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Numbers: [![Total Downloads](https://camo.githubusercontent.com/92af18ccab6329e4bd93d4a3be56fdbd90205a8b8dcc08c4e379ba06952c1497/68747470733a2f2f706f7365722e707567782e6f72672f7066696c73782f646174612d677269642d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/pfilsx/data-grid-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/6ae97332f68411556f526626af36698c9e70fb8c4b6f1e66cfa6db8f1c6aa7fb/68747470733a2f2f706f7365722e707567782e6f72672f7066696c73782f646174612d677269642d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/pfilsx/data-grid-bundle)[![Daily Downloads](https://camo.githubusercontent.com/31eea42a87b09e80f07ad44837e8e5b42da13b78bd402fe387a84237118c9f94/68747470733a2f2f706f7365722e707567782e6f72672f7066696c73782f646174612d677269642d62756e646c652f642f6461696c79)](https://packagist.org/packages/pfilsx/data-grid-bundle)

Introduction
------------

[](#introduction)

The bundle provides a Data Grid Tables integration for your Symfony Project. It automatically registers the new DataGridFactory and Twig GridExtension which can be easily as well as highly configured.

Features
--------

[](#features)

- Display a Data Grid from a `Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository`
- Automatic filter(with bundle js included)
- Automatic Sorting on columns
- Easy to configure
- Easy to extend
- Documented (in Resources/doc)
- Change of DataGrid presentation with override default twig template or just configure css classes on each column/filter.

Requirement
-----------

[](#requirement)

- PHP 7.1+
- Symfony 4+
- Twig 2+

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

[](#installation)

Via bash:

```
$ composer require pfilsx/data-grid-bundle
```

Via composer.json:

You need to add the following lines in your deps :

```
{
    "require": {
        "pfilsx/data-grid-bundle": ">=2.0"
    }
}
```

For non symfony-flex apps dont forget to add bundle:

```
$bundles = array(
    ...
    new Pfilsx\DataGrid\DataGridBundle(),
);
```

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

[](#documentation)

Please, read the [docs](https://github.com/pfilsx/DataGridBundle/tree/master/src/Resources/doc).

License
-------

[](#license)

This bundle is released under the MIT license.

Contribute
----------

[](#contribute)

If you'd like to contribute, feel free to propose a pull request! Or just contact me :)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~75 days

Total

30

Last Release

2074d ago

Major Versions

1.6.2 → 2.0.02019-03-18

2.2.5 → 3.0.02019-04-26

3.0.2 → 4.0.02019-10-23

4.1.2 → 5.0.02019-12-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a454338d7c66e09ecdccd0f29802a3d7cca1498617cab6166285cad547c3734?d=identicon)[Pfilsx](/maintainers/Pfilsx)

---

Top Contributors

[![pfilsx](https://avatars.githubusercontent.com/u/29336048?v=4)](https://github.com/pfilsx "pfilsx (167 commits)")

---

Tags

bundlepaginationsortdatagridtablefiltersdata tablesymfony4symfony5

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pfilsx-data-grid-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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