PHPackages                             default-value/akeneo-inline-edit-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. default-value/akeneo-inline-edit-bundle

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

default-value/akeneo-inline-edit-bundle
=======================================

Add ability to enable inline edit for Akeneo PIM product grid

2.0(8y ago)1155[1 issues](https://github.com/DefaultValue/AkeneoInlineEditBundle/issues)MITPHPPHP &gt;=7.1.0

Since Feb 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/DefaultValue/AkeneoInlineEditBundle)[ Packagist](https://packagist.org/packages/default-value/akeneo-inline-edit-bundle)[ Docs](https://github.com/DefaultValue)[ RSS](/packages/default-value-akeneo-inline-edit-bundle/feed)WikiDiscussions v2.1 Synced 2d ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e32218a1a310a1672515690b17b46767695b721b0d947e712cd41eda4ff88f2c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f44656661756c7456616c75652f416b656e656f496e6c696e654564697442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/DefaultValue/AkeneoInlineEditBundle/?branch=develop)

AkeneoInlineEditBundle
======================

[](#akeneoinlineeditbundle)

AkeneoInlineEditBundle provides ability to edit product attributes from Products Grid.

[![](https://github.com/DefaultValue/AkeneoInlineEditBundle/raw/v2.1/demo.gif)](https://github.com/DefaultValue/AkeneoInlineEditBundle/blob/v2.1/demo.gif)

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

[](#installation)

### Step 1: Install bundle with composer

[](#step-1-install-bundle-with-composer)

```
php composer.phar require default-value/akeneo-inline-edit-bundle 2.0
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new DefaultValue\Bundle\AkeneoInlineEditBundle\DefaultValueAkeneoInlineEditBundle(),
    );
}
```

### Step 3: Add bundle routing to `app/config/routing.yml`

[](#step-3-add-bundle-routing-to-appconfigroutingyml)

```
default_value_akeneo_inline_edit:
    resource: "@DefaultValueAkeneoInlineEditBundle/Resources/config/routing.yml"
```

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

[](#configuration)

### Datagrid

[](#datagrid)

Set following properties in `datagrid` configuration:

1. Set `rowAction` to false (to disable default row Action):

```
actions:
    edit:
        type:      navigate
        label:     Label
        icon:      icon-class
        link:      edit_link
        rowAction: false
```

2. Add to `properties` configuration following options:

```
update_attribute_value:
    type: url
    route: default_value_inline_edit_update_attribute
    params:
        - id
        - dataLocale
        - scopeCode
```

3. Set column property `editable` to true:

```
columns:
    name:
        label:         Name
        type:          product_value_field
        selector:      product_value_base
        editable:      true
```

**Note**: Editable columns should have the same name as attribute code. E.g. product has attribute `name` and no attribute `title` which comes with default grid configuration.

### ACL

[](#acl)

Action for updating attribute value has defined AclAncestor - `default_value_inline_edit_update_value`. So, you are able to configure the roles that have permission to edit product from Products Grid. More details about ACL and permissions configuration you can find in [Akeneo documentation](https://docs.akeneo.com/2.1/manipulate_pim_data/define-acl.html#creating-acl-resources).

Limitation
----------

[](#limitation)

Bundle supports following types of attributes:

- Number
- Text Area
- Text
- Price (only for USD currency)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 86.4% 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 ~0 days

Total

4

Last Release

3066d ago

Major Versions

v1.5.x-dev → v2.1.x-dev2018-02-07

PHP version history (2 changes)2.0PHP &gt;=7.1.0

1.0PHP &gt;=5.4.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/40ec4492a60d7907f13ef00412c4a7a0a61feda2842e34fee8d6d85c80956c08?d=identicon)[alexandrzhulev](/maintainers/alexandrzhulev)

![](https://www.gravatar.com/avatar/88cc1da610249ec60eef2930c6680cc98b66ebdec6068ef02e5cb7555ee7fa1b?d=identicon)[NovikovViktor](/maintainers/NovikovViktor)

---

Top Contributors

[![alexandrzhulev](https://avatars.githubusercontent.com/u/6017132?v=4)](https://github.com/alexandrzhulev "alexandrzhulev (38 commits)")[![nowiko](https://avatars.githubusercontent.com/u/8058373?v=4)](https://github.com/nowiko "nowiko (6 commits)")

---

Tags

symfonybundlePIMakeneoinline edit

### Embed Badge

![Health badge](/badges/default-value-akeneo-inline-edit-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/default-value-akeneo-inline-edit-bundle/health.svg)](https://phpackages.com/packages/default-value-akeneo-inline-edit-bundle)
```

###  Alternatives

[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3826.2k](/packages/wandi-easyadmin-plus-bundle)[2lenet/easyadmin-plus-bundle

2lenet/EasyAdminPlusBundle

1818.1k](/packages/2lenet-easyadmin-plus-bundle)

PHPackages © 2026

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