PHPackages                             divante-ltd/module-pimcore-integration - 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. divante-ltd/module-pimcore-integration

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

divante-ltd/module-pimcore-integration
======================================

Magento-Pimcore bridge module.

1.0.5.4(6y ago)348.3k↓100%33[6 issues](https://github.com/DivanteLtd/magento2-pimcore-bridge/issues)[3 PRs](https://github.com/DivanteLtd/magento2-pimcore-bridge/pulls)MITPHP

Since Mar 28Pushed 3y ago15 watchersCompare

[ Source](https://github.com/DivanteLtd/magento2-pimcore-bridge)[ Packagist](https://packagist.org/packages/divante-ltd/module-pimcore-integration)[ RSS](/packages/divante-ltd-module-pimcore-integration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (17)Used By (0)

READ ME:

Magento 2 - Pimcore Integration Module
======================================

[](#magento-2---pimcore-integration-module)

This module is a part (1/2) of the Pimcore - Magento connector. It allows for integration between Magento 2 and Pimcore, including:

- managing your Magento product information in Pimcore.
- enriching product information by creating new attributes to suit your needs or by using existing ones.
- publishing product information in Pimcore and exporting it to Magento with one click.
- creating categories, building them in a tree and exporting them easily to Magento.
- building up your media gallery, assigning assets and publishing it.

The second part of this module (Magento 2 - Pimcore Integration Module) is available at [DivanteLtd/pimcore-magento2-bridge](https://github.com/DivanteLtd/pimcore-magento2-bridge).

**Table of Contents**

- [Magento 2 - Pimcore Integration Module](#)
    - [Big Picture](#big-picture)
    - [Compatibility](#compatibility)
    - [Installing/Getting started](#installation)
    - [Features](#features)
        - [Product Integration](#f1)
        - [Attributes Integration](#f2)
        - [Categories Integration](#f3)
        - [Assets Integration](#f4)
        - [Stores Integration](#f5)
        - [Dynamic creation of attribute sets](#f6)
        - [Translations](#f7)
        - [Unused options and attribute sets collector](#f8)
    - [Configuration](#configuration)
    - [Contributing](#contributing)
    - [Licensing](#licensing)
    - [Standards &amp; Code Quality](#qa)
    - [About Authors](#authors)

Big Picture
--------------------------------------------------

[](#big-picture)

[![big_picture](README/integration_diagram.png)](README/integration_diagram.png)

Compatibility
------------------------------------------------------

[](#compatibility)

This module is compatible with Magento 2.2.x and 2.3.x

Installing/Getting started
------------------------------------------------------------------

[](#installinggetting-started)

- copy files to `/app/code/Divante/PimcoreIntegration`
- `php bin/magento setup:upgrade`
- `php bin/magento module:enable Divante_PimcoreIntegration`
- configure the module in the Magento admin panel

Features
--------------------------------------------

[](#features)

The module introduces a broad integration of basic entities available in Magento.

#### Product Integration

[](#product-integration)

The following types of products are supported:

- simple product
- configurable product

#### Attributes Integration

[](#attributes-integration)

The following types of attributes are supported:

- boolean (yes/no)
- text
- textarea
- select
- multiselect
- wysiwyg
- object

*Object* is a special type of attribute that emits an event which allows us to implement any complex attribute type via third party services.

#### Categories integration

[](#categories-integration)

Import of categories from Pimcore, perhaps structured in a tree.

#### Assets integration

[](#assets-integration)

Keep your media gallery in Pimcore, assign them to a category or product, and publish.

#### Dynamic creation of attribute sets

[](#dynamic-creation-of-attribute-sets)

The module detects if attributes on a product belong to an existing attribute set and possibly create a new one.

#### Multi Store support

[](#multi-store-support)

The module supports multi store, therefore any entity can be updated only in a predefined store.

#### Translations

[](#translations)

All data can be easily translated - including attributes' labels and options.

#### Unused options and attribute sets collector

[](#unused-options-and-attribute-sets-collector)

Whenever the module detects that some options or attribute sets are not used, it will remove them to prevent storing unnecessary data in a database.

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

[](#configuration)

The module configuration is available in the Magento Admin Panel. Go to Stores-&gt;Configuration-&gt;Pimcore Magento Bridge and then configure the following elements:

#### Basic configuration

[](#basic-configuration)

[![config1](README/config_1.png)](README/config_1.png)

- **enable pimcore-magento bridge integration** - enable/disable the module's functionality
    - yes
    - no
- **logger handler**
    - stream
    - graylog (unavailable yet)
- **outdated queues** - enables removal of old entries on queue stack

#### Pimcore Integration

[](#pimcore-integration)

[![config2](README/config_2.png)](README/config_2.png)

- **Pimcore Api Key** - API key of integration configured in Pimcore
- **Pimcore Endpoint** - Pimcore API endpoint \[domain\]/webservice/rest **IMPORTANT! "webservice/rest" is a mandatory part**
- **Instance Url** - instance URL of Magento which serves as communication identifier. In most cases, it is the same as the current instance's base URL.
- **Category Queue Processor Limit** - limit of how many category queue entities should be processed in one batch action.
- **Products Queue Processor Limit** - limit of how many product queue entities should be processed in one batch action.
- **Assets Queue Processor Limit** - limit of how many asset queue entities should be processed in one batch action.

#### Cron Settings

[](#cron-settings)

[![config3](README/config_3.png)](README/config_3.png)

- **Remove Unused Attribute Sets** - removes attribute sets that are not used by any product
- **Remove Unused Attribute Options** - removes options that are not used by any select/multiselect attribute type
- **Enable Products** - enables products which have at least one image, stock and price set.

##### Products

[](#products)

More types of products must be covered in integration, therefore we are aiming to implement bundle and grouped product types.

##### Tests

[](#tests)

1. Refactorization of unit/integration test - some tests are broken at the moment due to regression and must be updated.
2. Write integration tests to cover the most important scenarios

Contributing
----------------------------------------------------

[](#contributing)

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing
----------------------------------------------

[](#licensing)

The code in this project is licensed under the MIT license.

Standards &amp; Code Quality
----------------------------------------------------------

[](#standards--code-quality)

This module respects all Magento2 code quality rules and our own PHPCS and PHPMD rulesets.

About the Author
---------------------------------------------------

[](#about-the-author)

This module has been created by Divante eCommerce Software House.

[![Divante-logo](https://camo.githubusercontent.com/bc1c14c75be0ef53c3c97ec254ff2503ecbe209e3785b48e111e7f82e0d5853a/687474703a2f2f646976616e74652e636f2f6c6f676f2d48472e706e67 "Divante")](https://camo.githubusercontent.com/bc1c14c75be0ef53c3c97ec254ff2503ecbe209e3785b48e111e7f82e0d5853a/687474703a2f2f646976616e74652e636f2f6c6f676f2d48472e706e67)

Divante is an expert in providing top-notch eCommerce solutions and products for both B2B and B2C segments. Our core competencies are built around Magento, Pimcore and bespoke software projects (we love Symfony3, Node.js, Angular, React, Vue.js). We specialize in sophisticated integration projects trying to connect hardcore IT with good product design and UX.

We work with industry leaders, like T-Mobile, Continental, and 3M, who perceive technology as their key component to success. In Divante we trust in cooperation, that's why we contribute to open source products and create our own products like [Open Loyalty](http://www.openloyalty.io/ "Open Loyalty") and [VueStorefront](https://github.com/DivanteLtd/vue-storefront "Vue Storefront").

Divante is part of the OEX Group which is listed on the Warsaw Stock Exchange. Our annual revenue has been growing at a minimum of about 30% year on year.

For more information, please visit [Divante.co](https://divante.co/ "Divante.co").

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 61.9% 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 ~126 days

Total

4

Last Release

2220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b15d421784415ce139f9662a5dfed8a5a14a39eb76f7395c1786794a7a640e?d=identicon)[bpicho](/maintainers/bpicho)

---

Top Contributors

[![bartoszherba](https://avatars.githubusercontent.com/u/16045377?v=4)](https://github.com/bartoszherba "bartoszherba (13 commits)")[![maciejtrybula](https://avatars.githubusercontent.com/u/10661401?v=4)](https://github.com/maciejtrybula "maciejtrybula (3 commits)")[![bramstroker](https://avatars.githubusercontent.com/u/2345875?v=4)](https://github.com/bramstroker "bramstroker (2 commits)")[![edwinljacobs](https://avatars.githubusercontent.com/u/11278380?v=4)](https://github.com/edwinljacobs "edwinljacobs (1 commits)")[![gdvisser](https://avatars.githubusercontent.com/u/34095508?v=4)](https://github.com/gdvisser "gdvisser (1 commits)")[![tom-aniol](https://avatars.githubusercontent.com/u/33483514?v=4)](https://github.com/tom-aniol "tom-aniol (1 commits)")

---

Tags

bridgeintegrationmagentomagento2magento2-extensionmagento2-modulepim

### Embed Badge

![Health badge](/badges/divante-ltd-module-pimcore-integration/health.svg)

```
[![Health](https://phpackages.com/badges/divante-ltd-module-pimcore-integration/health.svg)](https://phpackages.com/packages/divante-ltd-module-pimcore-integration)
```

###  Alternatives

[yireo/magento2-replace-inventory

51493.3k1](/packages/yireo-magento2-replace-inventory)[yireo/magento2-replace-bundled

Replace bundled third party packages from Magento

45335.0k1](/packages/yireo-magento2-replace-bundled)[yireo/magento2-replace-all

Remove various packages from Magento

1293.7k](/packages/yireo-magento2-replace-all)[yireo/magento2-replace-core

Replace core packages from Magento

273.3k](/packages/yireo-magento2-replace-core)

PHPackages © 2026

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