PHPackages                             navneetbhardwaj/akeneo-quickexport-configurator - 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. navneetbhardwaj/akeneo-quickexport-configurator

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

navneetbhardwaj/akeneo-quickexport-configurator
===============================================

quick export configurator for Akeneo 7 and 2026.x

1.1.7(2mo ago)26.5k↓32.9%4[2 PRs](https://github.com/webkul/akeneo-quickexport-configurator/pulls)OSL-3.0JavaScript

Since Mar 13Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/webkul/akeneo-quickexport-configurator)[ Packagist](https://packagist.org/packages/navneetbhardwaj/akeneo-quickexport-configurator)[ RSS](/packages/navneetbhardwaj-akeneo-quickexport-configurator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (8)Versions (14)Used By (0)

Akeneo Quick Export configurator for akeneo 5
=============================================

[](#akeneo-quick-export-configurator-for-akeneo-5)

with the help of this extenion you can configured the quickexport option dynamically.

### How to download and install the connector:

[](#how-to-download-and-install-the-connector)

Install composer dependency

```
composer require navneetbhardwaj/akeneo-quickexport-configurator
```

register bundle in `config/bundles.php`

```
return [
    \Webkul\QuickExportConfiguratorBundle\QuickExportConfiguratorBundle::class => ['all' => true],
];
```

define routing to create a file in the config/routes/wk\_quick\_export.yml

```
wk_quick_expoort:
    resource: "@QuickExportConfiguratorBundle/Resources/config/routing.yml"
    prefix:   /
```

Clear the cache and registered the route and js modules using commands

```
php bin/console cache:clear --env=prod;
php bin/console pim:installer:assets --symlink --clean --env=prod;
php bin/console d:s:u --force;
yarn run webpack;
yarnpkg run update-extensions;
yarnpkg run less;
```

### How to configure quick export in your module:

[](#how-to-configure-quick-export-in-your-module)

1. create an action in the file Resources/config/datagrid/quickexport.yml e.g replace quick\_export\_connectorname with your bundle name like quick\_export\_magento2

```
datagrid:
    product-grid:
        mass_actions:
            quick_export_connectorname:
                type: export
                label: pim.grid.mass_action.quick_export.connector
                handler: product_quick_export
                route: pim_datagrid_export_product_index
                route_parameters:
                    _format: html
                    _contentType: text/html
                    _jobCode: connector_product_quick_export
                    _displayedColumnsOnly: 0
                context:
                    withHeader: true
                messages:
                    empty_selection: pim_datagrid.mass_action.delete.empty_selection
                launcherOptions:
                    group: quick_export
            quick_export_grid_context_connectorname:
                type: export
                label: pim.grid.mass_action.quick_export.connector
                handler: product_quick_export
                route: pim_datagrid_export_product_index
                route_parameters:
                    _format: html
                    _contentType: text/html
                    _jobCode: connector_product_quick_export
                    _displayedColumnsOnly: 0
                context:
                    withHeader: true
                messages:
                    empty_selection: pim_datagrid.mass_action.delete.empty_selection
                launcherOptions:
                    group: quick_export
```

2. create a service in the file Resources/config/services.yml e.g Replace AcmeBundle with your bundle name like Webkul\\Magento2Bundle\\Magento2Bundle

```
services:
    quick_export_connector:
        class: Webkul\AcmeBundle\Acme2Bundle
        tags:
            - { name: wk_quick_export_register }
```

### Features:

[](#features)

With Akeneo Quick Export Configurator developer can add quick export job option in the akeneo 5 easily.

### Requirements:

[](#requirements)

- Akeneo PIM &gt;= 5.x

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance85

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~309 days

Recently: every ~376 days

Total

7

Last Release

78d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/282263096?v=4)[navneetbhardwaj](/maintainers/navneetbhardwaj)[@NavneetBhardwaj](https://github.com/NavneetBhardwaj)

---

Top Contributors

[![navneetkumar-pim-webkul](https://avatars.githubusercontent.com/u/26001046?v=4)](https://github.com/navneetkumar-pim-webkul "navneetkumar-pim-webkul (8 commits)")[![devanshp1](https://avatars.githubusercontent.com/u/72072697?v=4)](https://github.com/devanshp1 "devanshp1 (3 commits)")[![hariom280](https://avatars.githubusercontent.com/u/54138152?v=4)](https://github.com/hariom280 "hariom280 (2 commits)")[![webkul](https://avatars.githubusercontent.com/u/519857?v=4)](https://github.com/webkul "webkul (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/navneetbhardwaj-akeneo-quickexport-configurator/health.svg)

```
[![Health](https://phpackages.com/badges/navneetbhardwaj-akeneo-quickexport-configurator/health.svg)](https://phpackages.com/packages/navneetbhardwaj-akeneo-quickexport-configurator)
```

###  Alternatives

[akeneo/pim-community-standard

The "Akeneo Community Standard Edition" distribution

43187.9k](/packages/akeneo-pim-community-standard)[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

53103.7k8](/packages/akeneo-labs-custom-entity-bundle)[akeneo-labs/pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

2135.6k](/packages/akeneo-labs-pim-enhanced-connector)[flagbit/table-attribute-bundle

The Flagbit Table Attribute Bundle for Akeneo PIM gives you the possibility to enrich your product with multi-dimensional data presentation in the form of tables, allowing you maximum flexibility within the PIM.

2310.5k](/packages/flagbit-table-attribute-bundle)

PHPackages © 2026

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