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. [API Development](/categories/api)
4. /
5. basecom/shopware-connector

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

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

Akeneo to Shopware Connector - Export only

2.1.0(8y ago)591MITPHP

Since Dec 5Pushed 8y agoCompare

[ 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 4d 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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

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

3185d 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

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)

PHPackages © 2026

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