2017 © Pedro PelĂĄez
 

symfony-bundle shopware-sdk-bundle

Symfony integration for enm/shopware-sdk

image

enm/shopware-sdk-bundle

Symfony integration for enm/shopware-sdk

  • Friday, May 4, 2018
  • by eosnewmedia
  • Repository
  • 6 Watchers
  • 1 Stars
  • 550 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Shopware SDK Bundle

A symfony integration for enm/shopware-sdk., (*1)

The Bundle provides the default implementation of enm/shopware-sdk with guzzlehttp/guzzle and jms/serializer as service., (*2)

It requires the jms/serializer-bundle to be enabled in the AppKernel., (*3)

Build Status SensioLabsInsight, (*4)

Installation

composer require enm/shopware-sdk-bundle

In your AppKernel:, (*5)

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

    return $bundles;
}

Configuration

Simply configure your shop connection over the global config.yml:, (*6)

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., (*7)

Usage

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

Tests

php vendor/bin/phpunit

The Versions

04/05 2018

dev-develop

dev-develop

Symfony integration for enm/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien
by Dirk Heyka
by Nicklas Reincke
by Paul GĂŒtschow

04/05 2018

2.0.1

2.0.1.0

Symfony integration for enm/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien
by Dirk Heyka
by Nicklas Reincke
by Paul GĂŒtschow

21/03 2017

dev-master

9999999-dev

Symfony integration for enm/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien
by Dirk Heyka
by Nicklas Reincke

21/03 2017

2.0.0

2.0.0.0

Symfony integration for enm/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien
by Dirk Heyka
by Nicklas Reincke

01/11 2016

1.0.0

1.0.0.0

Symfony integration for leadcommerce/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien

01/11 2016

dev-1.x-dev

dev-1.x-dev

Symfony integration for leadcommerce/shopware-sdk

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Marien