PHPackages                             techdivision/import-product-magic360 - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. techdivision/import-product-magic360

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

techdivision/import-product-magic360
====================================

Pacemaker library providing basic import functionality for the Magic ToolBox Magic 360 image gallery view

16.0.0(3y ago)47.8k3OSL-3.0PHPPHP &gt;=7.1.0CI failing

Since Mar 8Pushed 3y ago11 watchersCompare

[ Source](https://github.com/techdivision/import-product-magic360)[ Packagist](https://packagist.org/packages/techdivision/import-product-magic360)[ RSS](/packages/techdivision-import-product-magic360/feed)WikiDiscussions 15.x Synced 1mo ago

READMEChangelogDependencies (10)Versions (59)Used By (0)

Pacemaker - Product Magic360 Image Import
=========================================

[](#pacemaker---product-magic360-image-import)

[![Latest Stable Version](https://camo.githubusercontent.com/a0ac8caeee2225bed3e64ff56fec94059b9baf54642205e007ea20cd87c636bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techdivision/import-product-magic360)[![Total Downloads](https://camo.githubusercontent.com/279fa4a13a8ac5f72cc36700676dd21a3549bf945d2383d7b1d2519263208263/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techdivision/import-product-magic360)[![License](https://camo.githubusercontent.com/5e703dad289cde09779a1317dc8a052f8887b8b96bc4b600b1d3e9c8536ed81e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techdivision/import-product-magic360)[![Build Status](https://camo.githubusercontent.com/f017a1b831a142b5b6ef599ed120262e32f6649887b1bf098ed1693b83c160b2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302f6d61737465722e7376673f7374796c653d666c61742d737175617265)](http://travis-ci.org/techdivision/import-product-magic360)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4a01054f0b66c52cae9d01f25f22f6bd972421be66b0ebd73b67316f2ba8555c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/techdivision/import-product-magic360/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/3dfcfe9e4785bfac9ffac8009e148ee7462a16ad84fbdc2676503318164e25c1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746563686469766973696f6e2f696d706f72742d70726f647563742d6d616769633336302f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/techdivision/import-product-magic360/?branch=master)

Please visit the Pacemaker [website](https://pacemaker.techdivision.com) or our [documentation](https://docs.met.tdintern.de/pacemaker/1.3/) for additional information

Introduction
------------

[](#introduction)

This module provides the functionality to import the images for the almost famous [Product Magic360](https://www.magictoolbox.com/magic360/) Magento 2 extension.

Configuration
-------------

[](#configuration)

In case that the [Pacemaker - Simple Console Tool](https://github.com/techdivision/import-cli-simple) &gt;= 3.8 is used, the functionality for the add-update and replace operations can be enabled add the following snippets to your `/app/etc/configuration` directory.

The first snippet is `/app/etc/configuration/shortcuts.json`, which overrides the default shortcuts and finally adds the `general/catalog_product/replace.magic360` operation to the `replace` and `add-update` operations

```
{
  "shortcuts": {
    "ce": {
      "catalog_product": {
        "replace": [
          "general/general/global-data",
          "general/general/move-files",
          "general/catalog_product/collect-data",
          "general/eav_attribute/convert",
          "general/eav_attribute/add-update.options",
          "general/eav_attribute/add-update.option-values",
          "general/eav_attribute/add-update.swatch-values",
          "general/catalog_category/convert",
          "ce/catalog_category/sort",
          "ce/catalog_category/add-update",
          "ce/catalog_category/add-update.path",
          "ce/catalog_category/add-update.url-rewrite",
          "general/catalog_category/children-count",
          "general/catalog_product/validate",
          "ce/catalog_product/replace",
          "ce/catalog_product/replace.variants",
          "ce/catalog_product/replace.bundles",
          "ce/catalog_product/replace.links",
          "ce/catalog_product/replace.grouped",
          "ce/catalog_product/replace.media",
          "general/catalog_product/replace.msi",
          "general/catalog_product/replace.url-rewrites",
          "general/catalog_product/replace.magic360"
        ],
        "add-update": [
          "general/general/global-data",
          "general/general/move-files",
          "general/catalog_product/collect-data",
          "general/eav_attribute/convert",
          "general/eav_attribute/add-update.options",
          "general/eav_attribute/add-update.option-values",
          "general/eav_attribute/add-update.swatch-values",
          "general/catalog_category/convert",
          "ce/catalog_category/sort",
          "ce/catalog_category/add-update",
          "ce/catalog_category/add-update.path",
          "ce/catalog_category/add-update.url-rewrite",
          "general/catalog_category/children-count",
          "general/catalog_product/validate",
          "ce/catalog_product/add-update",
          "ce/catalog_product/add-update.variants",
          "ce/catalog_product/add-update.bundles",
          "ce/catalog_product/add-update.links",
          "ce/catalog_product/add-update.grouped",
          "ce/catalog_product/add-update.media",
          "general/catalog_product/add-update.msi",
          "general/catalog_product/add-update.url-rewrites",
          "general/catalog_product/add-update.magic360"
        ]
      }
    }
  }
}
```

The second and the third snippets makes the `techdivision/import-product-magic360` extension classes available for the importer. So add the snippet `/app/etc/configuration/extension-libraries.json` with the content

```
{
  "extension-libraries": [
    "techdivision/import-product-magic360"
  ]
}
```

and the snippet `/app/etc/configuration/additional-vendor-dirs.json` containing the following content

```
{
  "additional-vendor-dirs": [
    {
      "vendor-dir": "app/code",
      "libraries": [
        "MyProject/Import"
      ]
    }
  ]
}
```

assumung that your `/app/code` contains the Magento extension `MyProject/Import`.

Finally, it is necessary to override the Symfony DI configuration for the apropriate composite observers. For example if you're using Magento CE, add a `/app/codeMyProject/import/symfony/Resources/config/services.xml` with the following content, to override the default composite observer

```

```

Missing Index
=============

[](#missing-index)

For a massive improvement of the import performance, two indices have to be added.

To do that, open a MySQL command line and enter the following SQL statements.

```
ALTER TABLE `magic360_gallery` ADD INDEX `MAGIC360_GALLERY_PRODUCT_ID` (`product_id`);
ALTER TABLE `magic360_gallery` ADD INDEX `MAGIC360_GALLERY_POSITION` (`position`);
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~39 days

Recently: every ~205 days

Total

55

Last Release

1216d ago

Major Versions

12.x-dev → 13.x-dev2020-06-12

13.0.0 → 14.0.02020-06-27

8.x-dev → 14.0.22020-09-03

14.0.3 → 15.0.02022-05-24

15.0.0 → 16.0.02023-01-19

PHP version history (2 changes)0.1.0PHP &gt;=5.6.0

9.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/287509?v=4)[Tim Wagner](/maintainers/wagnert)[@wagnert](https://github.com/wagnert)

![](https://avatars.githubusercontent.com/u/4931168?v=4)[Bernhard Wick](/maintainers/wick-ed)[@wick-ed](https://github.com/wick-ed)

---

Top Contributors

[![wagnert](https://avatars.githubusercontent.com/u/287509?v=4)](https://github.com/wagnert "wagnert (65 commits)")[![wick-ed](https://avatars.githubusercontent.com/u/4931168?v=4)](https://github.com/wick-ed "wick-ed (8 commits)")[![Bullitt300](https://avatars.githubusercontent.com/u/6186155?v=4)](https://github.com/Bullitt300 "Bullitt300 (2 commits)")[![kenza-ya](https://avatars.githubusercontent.com/u/56626604?v=4)](https://github.com/kenza-ya "kenza-ya (2 commits)")[![Mardl](https://avatars.githubusercontent.com/u/35043036?v=4)](https://github.com/Mardl "Mardl (1 commits)")

---

Tags

360csvimagesimportmagentopacemakerproducts

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/techdivision-import-product-magic360/health.svg)

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

###  Alternatives

[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.2k57.6M131](/packages/openspout-openspout)[setasign/tfpdf

This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.

426.1M30](/packages/setasign-tfpdf)[aspera/xlsx-reader

Spreadsheet reader library for XLSX files

52742.2k5](/packages/aspera-xlsx-reader)[asika/pdf2text

Simple PHP PDF to text class.

25828.1k](/packages/asika-pdf2text)

PHPackages © 2026

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