PHPackages                             test-magenx/module-import-export - 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. test-magenx/module-import-export

ActiveMagento2-module

test-magenx/module-import-export
================================

N/A

101.0.3(4y ago)00OSL-3.0PHPPHP ~7.3.0||~7.4.0

Since Oct 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/test-magenx/module-import-export)[ Packagist](https://packagist.org/packages/test-magenx/module-import-export)[ RSS](/packages/test-magenx-module-import-export/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (7)Versions (16)Used By (0)

Magento\_ImportExport module
============================

[](#magento_importexport-module)

This module provides a framework and basic functionality for importing/exporting various entities in Magento. It can be disabled and in such case all dependent import/export functionality (products, customers, orders etc.) will be disabled in Magento.

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

[](#installation)

The Magento\_ImportExport module creates the following tables in the database:

- `importexport_importdata`
- `import_history`

All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.

For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).

Structure
---------

[](#structure)

`Files/` - the directory that contains sample import files.

For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).

Extensibility
-------------

[](#extensibility)

Extension developers can interact with the Magento\_ImportExport module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento\_ImportExport module.

### Layouts

[](#layouts)

This module introduces the following layout handles in the `view/frontend/layout` directory:

- `adminhtml_export_getfilter`
- `adminhtml_export_index`
- `adminhtml_history_grid_block`
- `adminhtml_history_index`
- `adminhtml_import_busy`
- `adminhtml_import_index`
- `adminhtml_import_start`
- `adminhtml_import_validate`

For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).

### UI components

[](#ui-components)

You can extend an export updates using the configuration files located in the `view/adminhtml/ui_component` directory:

- `export_grid`

For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).

### Public APIs

[](#public-apis)

- `Magento\ImportExport\Api\Data\ExportInfoInterface`

    - getter and setter interface with data needed for export
- `Magento\ImportExport\Api\Data\ExtendedExportInfoInterface`

    - extends `Magento\ImportExport\Api\Data\ExportInfoInterface`. Contains data for skipped attributes
- `\Magento\ImportExport\Api\ExportManagementInterface`

    - Executing actual export and returns export data

For information about a public API in Magento 2, see [Public interfaces &amp; APIs](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/api-concepts.html).

Additional information
----------------------

[](#additional-information)

#### Message Queue Consumer

[](#message-queue-consumer)

- `exportProcessor` - consumer to run export process

[Learn how to manage Message Queues](https://devdocs.magento.com/guides/v2.4/config-guide/mq/manage-message-queues.html).

#### Create custom import entity

[](#create-custom-import-entity)

1. Declare the new import entity in `etc/import.xml`
2. Create an import model

#### Create custom export entity

[](#create-custom-export-entity)

1. Declare the new import entity in `etc/export.xml`
2. Create an export model

You can get more information about import/export processes in magento at the articles:

- [Create custom import entity](https://devdocs.magento.com/guides/v2.4/ext-best-practices/tutorials/custom-import-entity.html)
- [Import](https://docs.magento.com/user-guide/system/data-import.html)
- [Export](https://docs.magento.com/user-guide/system/data-export.html)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

15

Last Release

1679d ago

Major Versions

2.4.3.x-dev → 101.0.3.x-dev2021-10-10

2.4.2.x-dev → 101.0.12021-10-11

2.3.2.x-dev → 100.3.22021-10-11

2.3.4.x-dev → 100.3.42021-10-11

PHP version history (3 changes)101.0.3PHP ~7.3.0||~7.4.0

2.3.2.x-devPHP ~7.1.3||~7.2.0

2.3.4.x-devPHP ~7.1.3||~7.2.0||~7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2614da2cb514a3749cd296d237c9ca3430f4dafa09b4e49e338a6b1794a5acf4?d=identicon)[genaker](/maintainers/genaker)

### Embed Badge

![Health badge](/badges/test-magenx-module-import-export/health.svg)

```
[![Health](https://phpackages.com/badges/test-magenx-module-import-export/health.svg)](https://phpackages.com/packages/test-magenx-module-import-export)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

119.1k](/packages/opengento-module-category-import-export)[loki/magento2-admin-components

N/A

151.6k5](/packages/loki-magento2-admin-components)

PHPackages © 2026

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