PHPackages                             orange35/magento2-catalog-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. orange35/magento2-catalog-import-export

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

orange35/magento2-catalog-import-export
=======================================

Extends magento/module-catalog-import-export module to allow overriding custom options import/export functionality

1.0.2(5y ago)2936[1 issues](https://github.com/orange35/magento2-catalog-import-export/issues)PHPPHP ~5.5.0|~5.6.0|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0

Since Dec 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/orange35/magento2-catalog-import-export)[ Packagist](https://packagist.org/packages/orange35/magento2-catalog-import-export)[ RSS](/packages/orange35-magento2-catalog-import-export/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Description
===========

[](#description)

Module extends the **magento/module-catalog-import-export** to allow overriding custom options import/export functionality.

The following methods are public and available for plugins:

**Orange35\\CatalogImportExport\\Model\\Import\\Product\\Option:**

- `processOptionRow(...)`
- `getSpecificTypeData(...)`
- `getOptionData(...)`

**Orange35\\CatalogImportExport\\Model\\Export\\Product:**

- `getCustomOptionAdditionalFields(\Magento\Catalog\Model\Product\Option $option)`
- `getCustomOptionValueAdditionalFields(\Magento\Catalog\Model\Product\Option\Value $value)`

Install
=======

[](#install)

Install via composer (recommended)
----------------------------------

[](#install-via-composer-recommended)

```
cd ~/public_html/
composer require orange35/magento2-catalog-import-export
php bin/magento setup:upgrade

```

**Note:** the `~/public_html/` is a project root directory which may be different in your environment

Manual installation using zip
-----------------------------

[](#manual-installation-using-zip)

```
cd ~/public_html/
wget https://github.com/orange35/magento2-catalog-import-export/archive/1.0.0.zip
mkdir -p app/code/Orange35/CatalogImportExport
upzip 1.0.0.zip -d app/code/Orange35/CatalogImportExport
rm -f 1.0.0.zip
php bin/magento module:enable Orange35_CatalogImportExport
php bin/magento setup:upgrade

```

Manual installation using git
-----------------------------

[](#manual-installation-using-git)

```
cd ~/public_html/
mkdir -p app/code/Orange35
cd app/code/Orange35/
git clone https://github.com/orange35/magento2-catalog-import-export CatalogImportExport
cd -
php bin/magento module:enable Orange35_CatalogImportExport
php bin/magento setup:upgrade

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~335 days

Total

3

Last Release

2043d ago

PHP version history (3 changes)1.0.0PHP ~5.5.0|~5.6.0|~7.0.6|~7.1.0

1.0.1PHP ~5.5.0|~5.6.0|~7.0.6|~7.1.0|~7.2.0

1.0.2PHP ~5.5.0|~5.6.0|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/142371bdccd6fca487c68463b494b6cb4d729b13503cab1c664fc7dc70a8568e?d=identicon)[orange35](/maintainers/orange35)

---

Top Contributors

[![yutv](https://avatars.githubusercontent.com/u/1616522?v=4)](https://github.com/yutv "yutv (2 commits)")

### Embed Badge

![Health badge](/badges/orange35-magento2-catalog-import-export/health.svg)

```
[![Health](https://phpackages.com/badges/orange35-magento2-catalog-import-export/health.svg)](https://phpackages.com/packages/orange35-magento2-catalog-import-export)
```

###  Alternatives

[components/jqueryui

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

1795.8M57](/packages/components-jqueryui)

PHPackages © 2026

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