PHPackages                             darkanakin41/table-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. [Database &amp; ORM](/categories/database)
4. /
5. darkanakin41/table-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

darkanakin41/table-bundle
=========================

Pierre LEJEUNE TableBundle

v1.0.0-beta(6y ago)0105[1 issues](https://github.com/darkanakin41/table-bundle/issues)MITPHPPHP ^7.1CI failing

Since Dec 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/darkanakin41/table-bundle)[ Packagist](https://packagist.org/packages/darkanakin41/table-bundle)[ Docs](https://github.com/darkanakin41/table-bundle)[ RSS](/packages/darkanakin41-table-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (16)Versions (2)Used By (0)

darkanakin41/table-bundle
=========================

[](#darkanakin41table-bundle)

[![Actions Status](https://github.com/darkanakin41/table-bundle/workflows/Quality/badge.svg)](https://github.com/darkanakin41/table-bundle/actions)[![Total Downloads](https://camo.githubusercontent.com/9ad02a0997a304959e9eca00aedc292d7a94fd6cd4a49bb90bb1771563f80e91/68747470733a2f2f706f7365722e707567782e6f72672f6461726b616e616b696e34312f7461626c652d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/darkanakin41/table-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/b4ea3f3b2dadded068733f8737b4d1e64ae56e8fcc4cac030b6bb167a52bc842/68747470733a2f2f706f7365722e707567782e6f72672f6461726b616e616b696e34312f7461626c652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/darkanakin41/table-bundle)

This bundle is designed to grant functionnalities to create simple table based on entities.

Current available template :

- [Foundation](https://foundation.zurb.com/)

Features
--------

[](#features)

- Create a table base on an entity
- Select a custom template for all table
- Select a custom template for specific table

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

[](#installation)

First, install dependencies (next chapter)

Simply import it into your project with composer

```
composer require darkanakin41/table-bundle
```

Dependencies
------------

[](#dependencies)

- [KnpLabs/KnpPaginatorBundle](https://github.com/KnpLabs/KnpPaginatorBundle)

Configuration
-------------

[](#configuration)

Configuration is, at the moment, rather basic :

```
darkanakin41_table:
    template:
        # Select the template for all fields
        fields: '@Darkanakin41Table/foundation/fields.html.twig'
        # Select the template for all table
        table: '@Darkanakin41Table/foundation/table.html.twig'
```

Usage
-----

[](#usage)

In order to use the bundle, you must declare your own Table class which will extends `Darkanakin41\TableBundle\Definition\AbstractTable`

Then, you'll have to override method `public function __init__() ` in order to define the differents columns you need

Next, you'll need to pass the table to the view and in the template, use a twig extension from the bundle to display it :

```
{{ darkanakin41_table_render(table) }}
```

TODO
----

[](#todo)

- Add another way of displaying search form
- Add template for bootstrap
- Create a more complete documentation on the table, the fields available and the way of override templates

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2328d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6129533?v=4)[Pierre LEJEUNE](/maintainers/darkanakin41)[@darkanakin41](https://github.com/darkanakin41)

---

Top Contributors

[![darkanakin41](https://avatars.githubusercontent.com/u/6129533?v=4)](https://github.com/darkanakin41 "darkanakin41 (44 commits)")

---

Tags

symfonybundledoctrinetable

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/darkanakin41-table-bundle/health.svg)

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

###  Alternatives

[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[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)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[ibexa/oss

A meta package for installing Ibexa Open Source

19772.4k10](/packages/ibexa-oss)

PHPackages © 2026

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