PHPackages                             friendsofvictoire/table-widget - 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. friendsofvictoire/table-widget

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

friendsofvictoire/table-widget
==============================

Victoire DCMS Table widget

2.1.5(9y ago)15.6k2[1 issues](https://github.com/FriendsOfVictoire/WidgetTableBundle/issues)MITPHPPHP &gt;=5.5.9

Since Nov 2Pushed 9y ago8 watchersCompare

[ Source](https://github.com/FriendsOfVictoire/WidgetTableBundle)[ Packagist](https://packagist.org/packages/friendsofvictoire/table-widget)[ Docs](http://victoire.io)[ RSS](/packages/friendsofvictoire-table-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (11)Used By (0)

Victoire DCMS Table Widget
==========================

[](#victoire-dcms-table-widget)

What is the purpose of this bundle
----------------------------------

[](#what-is-the-purpose-of-this-bundle)

This bundle gives you access to the *Table Widget*. With this widget, you can install table on any page.

You can change the order of any line or column.

Set Up Victoire
---------------

[](#set-up-victoire)

If you haven't already, you can follow the steps to set up Victoire *[here](https://github.com/Victoire/victoire/blob/master/setup.md)*

Install the Bundle
------------------

[](#install-the-bundle)

Run the following composer command :

```
php composer.phar require victoire/table-widget

```

### Reminder

[](#reminder)

Do not forget to add the bundle in your AppKernel !

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Victoire\Widget\TableBundle\VictoireWidgetTableBundle(),
        );

        return $bundles;
    }
}

```

Front dependencies
------------------

[](#front-dependencies)

### Redactor and X-Editable

[](#redactor-and-x-editable)

To get the table-widget work, you need redactorjs and x-editable.

You can fetch these vendors with bower:

```
    "dependencies": {
    "redactor": "https://github.com/lenybernard/bower-redactor/archive/10.2.5.zip",
    "x-editable": "~1.5.1"
    }
```

And load the following stylesheet files:

```
    "@bowerDirectory/redactor/redactor/redactor.less"
    "@bowerDirectory/x-editable/dist/js/bootstrap3-editable/css/bootstrap-editable.css"

```

And load the following javascript files:

```
    "@bowerDirectory/redactor/redactor/redactor.min.js"
    "@bowerDirectory/redactor/redactor/langs/fr.js"
    "@bowerDirectory/redactor/redactor/plugins/fontcolor/fontcolor.js"
    "@bowerDirectory/redactor/redactor/plugins/fontfamily/fontfamily.js"
    "@bowerDirectory/redactor/redactor/plugins/fontsize/fontsize.js"
    "@bowerDirectory/x-editable/dist/js/bootstrap3-editable/js/bootstrap-editable.min.js"

```

`where @bowerDirectory is the directory set in your .bowerrc file`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~64 days

Recently: every ~43 days

Total

9

Last Release

3333d ago

Major Versions

1.5.0 → 2.0.02016-08-22

PHP version history (2 changes)1.3.0PHP &gt;=5.3.3

1.5.0PHP &gt;=5.5.9

### Community

Maintainers

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

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

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (9 commits)")[![Charlie-Lucas](https://avatars.githubusercontent.com/u/6369470?v=4)](https://github.com/Charlie-Lucas "Charlie-Lucas (4 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (2 commits)")[![Anthony-Troopers](https://avatars.githubusercontent.com/u/45388456?v=4)](https://github.com/Anthony-Troopers "Anthony-Troopers (1 commits)")

---

Tags

widgetvictoireDCMSFriendsofVictoiretable

### Embed Badge

![Health badge](/badges/friendsofvictoire-table-widget/health.svg)

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

PHPackages © 2026

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