PHPackages                             flancer32/mage2\_ext\_demo\_import - 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. flancer32/mage2\_ext\_demo\_import

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

flancer32/mage2\_ext\_demo\_import
==================================

Demo module for publications.

352PHP

Since Feb 6Pushed 6y ago3 watchersCompare

[ Source](https://github.com/flancer32/mage2_ext_demo_import)[ Packagist](https://packagist.org/packages/flancer32/mage2_ext_demo_import)[ RSS](/packages/flancer32-mage2-ext-demo-import/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

mage2\_ext\_demo\_import
========================

[](#mage2_ext_demo_import)

Demo module for [Habr](https://habr.com/ru/post/436020/).

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

[](#installation)

```
$ cd ${MAGE_ROOT}
$ composer require flancer32/mage2_ext_demo_import
$ ./bin/magento module:enable Flancer32_DemoImport
$ ./bin/magento setup:upgrade
$ ./bin/magento setup:di:compile
```

Usage
-----

[](#usage)

Place importing data into `./etc/data/products.json` (image paths are related to `./etc/data/img/`):

```
[
  {
    "sku": "...",
    "name": "...",
    "desc": "...",
    "desc_short": "...",
    "price": ...,
    "qty": ...,
    "categories": ["..."],
    "image_path": "..."
  }
]
```

... then run command:

```
$ ./bin/magento fl32:import:prod -t regular
$ ./bin/magento fl32:import:prod -t direct
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

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://avatars.githubusercontent.com/u/6083415?v=4)[F. Lancer, SIA](/maintainers/flancer32)[@flancer32](https://github.com/flancer32)

---

Top Contributors

[![flancer64](https://avatars.githubusercontent.com/u/5052385?v=4)](https://github.com/flancer64 "flancer64 (13 commits)")

### Embed Badge

![Health badge](/badges/flancer32-mage2-ext-demo-import/health.svg)

```
[![Health](https://phpackages.com/badges/flancer32-mage2-ext-demo-import/health.svg)](https://phpackages.com/packages/flancer32-mage2-ext-demo-import)
```

PHPackages © 2026

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