PHPackages                             basecom/shopware-connector - 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. basecom/shopware-connector

AbandonedArchivedSymfony-bundle

basecom/shopware-connector
==========================

Akeneo to Shopware Connector - Export only

2.1.0(8y ago)591MITPHP

Since Dec 5Pushed 8y ago3 watchersCompare

[ Source](https://github.com/basecom/akeneo-shopware-connector)[ Packagist](https://packagist.org/packages/basecom/shopware-connector)[ RSS](/packages/basecom-shopware-connector/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Akeneo To Shopware Connector
============================

[](#akeneo-to-shopware-connector)

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

[](#requirements)

ShopwareConnectorBundleAkeneo PIM Community Editionv1.0.\*v1.4.\*, v1.5.\*v2.\*v1.6.\*Installation
------------

[](#installation)

Enable the bundle in the `app/AppKernel.php` file in the `registerBundles()` method:

```
    $bundles = [
        // ...
        new \Basecom\Bundle\ShopwareConnectorBundle\BasecomShopwareConnectorBundle(),
    ]
```

Add the following to `akeneo_storage_utils` in the `app/config/config.yml` file:

```
akeneo_storage_utils:
    mapping_overrides:
        -
            original: Pim\Bundle\CatalogBundle\Entity\Category
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Category
        -
            original: Pim\Bundle\CatalogBundle\Entity\Family
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Family
        -
            original: Akeneo\Component\FileStorage\Model\FileInfo
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\FileInfo
        -
            original: Pim\Component\Catalog\Model\Product
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Product
```

Clear you cache and update your database:

```
    php app/console cache:clear --env=prod
    php app/console doctrine:schema:update --force
```

Documentation
-------------

[](#documentation)

### General Exporter Setup

[](#general-exporter-setup)

To use the exporter to its full extend you are required to install a Shopware extension which allows you to import all custom attributes and shops into Akeneo. After installing the extension on the Shopware side, you need to create the import job in Akeneo and run it once.

### Export Job

[](#export-job)

Be sure to fill the correct API details which Shopware is displaying in its user management tab. After the general API information is filled, the attribute mapping has to be done by hand at which point you need to fill in the Akeneo attribute names.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~61 days

Recently: every ~77 days

Total

6

Last Release

3139d ago

Major Versions

1.0 → 2.0.02016-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a67758dd1f3d42f956d3954dd65c125cdb85d0750c2cea0afaa139d4d5f5acb?d=identicon)[basecom](/maintainers/basecom)

---

Top Contributors

[![adombert](https://avatars.githubusercontent.com/u/15227609?v=4)](https://github.com/adombert "adombert (12 commits)")[![jmleroux](https://avatars.githubusercontent.com/u/1516770?v=4)](https://github.com/jmleroux "jmleroux (8 commits)")[![vdzpeter](https://avatars.githubusercontent.com/u/13019814?v=4)](https://github.com/vdzpeter "vdzpeter (4 commits)")[![Schwierig](https://avatars.githubusercontent.com/u/2803839?v=4)](https://github.com/Schwierig "Schwierig (1 commits)")

### Embed Badge

![Health badge](/badges/basecom-shopware-connector/health.svg)

```
[![Health](https://phpackages.com/badges/basecom-shopware-connector/health.svg)](https://phpackages.com/packages/basecom-shopware-connector)
```

###  Alternatives

[akeneo/pim-community-standard

The "Akeneo Community Standard Edition" distribution

42186.3k](/packages/akeneo-pim-community-standard)[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52102.6k7](/packages/akeneo-labs-custom-entity-bundle)[akeneo-labs/pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

2135.6k](/packages/akeneo-labs-pim-enhanced-connector)[flagbit/table-attribute-bundle

The Flagbit Table Attribute Bundle for Akeneo PIM gives you the possibility to enrich your product with multi-dimensional data presentation in the form of tables, allowing you maximum flexibility within the PIM.

2310.4k](/packages/flagbit-table-attribute-bundle)[clickandmortar/advanced-csv-connector-bundle

Advanced CSV Connector for Akeneo

223.5k](/packages/clickandmortar-advanced-csv-connector-bundle)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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