PHPackages                             techdivision/import-adapter-custom - 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. [Database &amp; ORM](/categories/database)
4. /
5. techdivision/import-adapter-custom

ActiveLibrary[Database &amp; ORM](/categories/database)

techdivision/import-adapter-custom
==================================

M2IF library providing a basic Magento 2 array adapter import functionality

0331[1 issues](https://github.com/techdivision/import-adapter-custom/issues)1PHPCI failing

Since Jun 24Pushed 5y ago9 watchersCompare

[ Source](https://github.com/techdivision/import-adapter-custom)[ Packagist](https://packagist.org/packages/techdivision/import-adapter-custom)[ RSS](/packages/techdivision-import-adapter-custom/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (1)

M2IF - Custom Adapter
=====================

[](#m2if---custom-adapter)

Requirements
------------

[](#requirements)

- PHP 7.2+
- M2IF &gt;= 3.8.\*

Setup
-----

[](#setup)

To make the custom adapter run two simple steps are necessary.

### Step 1: Installation

[](#step-1-installation)

You can either use the PHAR file or add M2IF to your Magento installation by adding

```
{
  "require": {
    "techdivision/import-adapter-custom": "dev-master as 1.0.0"
  }
}
```

to your `composer.json` file.

### Step 2: Configuration

[](#step-2-configuration)

Copy the `etc` directory from the root directory of this library to the `app/etc/` directory of your Magento installation, e. g.

```
cd  && cp -r vendor/techdivision/import-custom-adapter/etc/* app/etc/
```

### Step 3: Run

[](#step-3-run)

You're now ready to run the custom adapter. Aassuming that the HTML file `data/some.html` will be reachable via your localhost like `https://localhost/some.html` enter the following command

```
vendor/bin/import-simple import:products custom --params='{"params":{"url":"https://localhost/some.html"}}'
```

whereas the url has to point to the HTML file the additional data will be located in.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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/287509?v=4)[Tim Wagner](/maintainers/wagnert)[@wagnert](https://github.com/wagnert)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/techdivision-import-adapter-custom/health.svg)

```
[![Health](https://phpackages.com/badges/techdivision-import-adapter-custom/health.svg)](https://phpackages.com/packages/techdivision-import-adapter-custom)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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