PHPackages                             enm/shopware-sdk-bundle - 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. [Framework](/categories/framework)
4. /
5. enm/shopware-sdk-bundle

AbandonedSymfony-bundle[Framework](/categories/framework)

enm/shopware-sdk-bundle
=======================

Symfony integration for enm/shopware-sdk

2.0.4(6y ago)1628[1 PRs](https://github.com/eosnewmedia/ShopwareSdkBundle/pulls)MITPHPPHP &gt;=7.0

Since Nov 1Pushed 6y ago6 watchersCompare

[ Source](https://github.com/eosnewmedia/ShopwareSdkBundle)[ Packagist](https://packagist.org/packages/enm/shopware-sdk-bundle)[ RSS](/packages/enm-shopware-sdk-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (7)Versions (9)Used By (0)

Shopware SDK Bundle
===================

[](#shopware-sdk-bundle)

A symfony integration for [enm/shopware-sdk](https://github.com/eosnewmedia/ShopwareSdk).

The Bundle provides the default implementation of `enm/shopware-sdk` with `guzzlehttp/guzzle` and `jms/serializer` as service.

It requires the `jms/serializer-bundle` to be enabled in the `AppKernel`.

[![Build Status](https://camo.githubusercontent.com/76bf04d5d1519157064d997029e02e76fa9c0f97762242e5025f194dc90fbd7e/68747470733a2f2f7472617669732d63692e6f72672f656f736e65776d656469612f53686f707761726553646b42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eosnewmedia/ShopwareSdkBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/6e1de6ebc361ac1928f71de9d1742b9cc4f430c26d3ebb868c2b1e602511b738/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37376238663330362d656566652d343561302d383530302d6335636136613766353661302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/77b8f306-eefe-45a0-8500-c5ca6a7f56a0)

Installation
------------

[](#installation)

```
composer require enm/shopware-sdk-bundle

```

In your `AppKernel`:

```
/**
 * @return array
 */
public function registerBundles()
{
    $bundles = [
      // ...
      new \JMS\SerializerBundle\JMSSerializerBundle(),
      new \Enm\Bundle\ShopwareSdk\EnmShopwareSdkBundle(),
    ];
     // ...

    return $bundles;
}

```

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

[](#configuration)

Simply configure your shop connection over the global `config.yml`:

```
enm_shopware_sdk:
    base_url: "http://your-shop.com"
    username: "test"
    api_key: "test"

```

This bundle overwrites the default naming strategy of the serializer with `IdenticalPropertyNamingStrategy`.

Usage
-----

[](#usage)

```
/** @var \Enm\Bundle\ShopwareSdk\EntryPoint $shopwareClient */
$entryPoint = $container->get('enm.shopware.entry_point');

```

Tests
-----

[](#tests)

```
php vendor/bin/phpunit

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~208 days

Recently: every ~225 days

Total

6

Last Release

2486d ago

Major Versions

1.0.0 → 2.0.02017-03-21

PHP version history (2 changes)1.0.0PHP &gt;=5.6

2.0.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c18ae5f024ce04dbd7c18fb39db1ebe9c4feb654d0cc6f54f206404355d2500b?d=identicon)[eosnewmedia](/maintainers/eosnewmedia)

![](https://www.gravatar.com/avatar/21ec4e897f4ee0a0d0bcaf844242946502ff852e9bee8fb2e1ef9a2fc2fb5f16?d=identicon)[pmarien](/maintainers/pmarien)

---

Top Contributors

[![pmarien](https://avatars.githubusercontent.com/u/8394874?v=4)](https://github.com/pmarien "pmarien (2 commits)")[![bogomolov-dev](https://avatars.githubusercontent.com/u/127733?v=4)](https://github.com/bogomolov-dev "bogomolov-dev (1 commits)")

---

Tags

shopware-sdksymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/enm-shopware-sdk-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/enm-shopware-sdk-bundle/health.svg)](https://phpackages.com/packages/enm-shopware-sdk-bundle)
```

PHPackages © 2026

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