PHPackages                             wh/xeditable-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. wh/xeditable-bundle

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

wh/xeditable-bundle
===================

Symfony WHXEditableBundle

07[1 issues](https://github.com/whatson-web/XEditable/issues)JavaScript

Since Apr 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/whatson-web/XEditable)[ Packagist](https://packagist.org/packages/wh/xeditable-bundle)[ RSS](/packages/wh-xeditable-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

X EDITABLE
----------

[](#x-editable)

App Kernel
==========

[](#app-kernel)

```
new WH\XEditableBundle\WHXEditableBundle(),

```

layout :
========

[](#layout-)

```
...

{{ XeditablGetLib() | raw }}

```

On a balise :
=============

[](#on-a-balise-)

```
{{ Entity.name }} :

```

In controller
=============

[](#in-controller)

```
/**
 * @Route("/editfield", name="bk_user_edit_field")
 * @param $id
 * @param $field
 * @param $value
 */
public function editField(Request $request) {

    $em = $this->getDoctrine()->getManager();

    $personn = $em->getRepository('AppBundle:Personn')->findOneById($request->request->get('pk'));

    switch($request->request->get('name')) {

        case 'firstname' :
            $personn->setFirstName($request->request->get('value'));
            break;

        case 'lastname' :
            $personn->setLastName($request->request->get('value'));
            break;

    }

    $em->persist($personn);

    $em->flush();

    exit('ok');

}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9982fe55f4321808fa341e350fbe313c0d89e4e223220a0eef0b581ac192d825?d=identicon)[jeromelebleu](/maintainers/jeromelebleu)

---

Top Contributors

[![jeromelebleu26](https://avatars.githubusercontent.com/u/8663397?v=4)](https://github.com/jeromelebleu26 "jeromelebleu26 (3 commits)")

### Embed Badge

![Health badge](/badges/wh-xeditable-bundle/health.svg)

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

PHPackages © 2026

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