项目作者: shyim

项目描述 :
Bridge between Shopware Store API and your Shopware Shop
高级语言: PHP
项目地址: git://github.com/shyim/shopware-store-api-bridge.git
创建时间: 2017-12-14T23:05:22Z
项目社区:https://github.com/shyim/shopware-store-api-bridge

开源协议:MIT License

下载


Bridge between Shopware Store API and your Shopware Shop

This project is experimental

What is the goal of this project?

Install and Update composer packaged plugins in integrated Plugin Manager.
The composer packages can be also on a self-hosted satis server. Easier update company internal plugins like it were in plugin store.

How this works?

This application is between the shopware shop and the shopware store api and adjust the data with the bridge populated data.
As first step the bridge checkouts all plugins from packagist and optional satis and packages the plugins like in shopware store.
The shopware store api url is changeable in config.php like so

  1. 'store' => [
  2. 'apiEndpoint' => 'http://api.localhost',
  3. ],

Custom generated BridgeCert plugin must be before installed (It will be generated with php bin/console key:generate)

What is planed?

  • Restrict shop domains to specific plugins
  • Your ideas?

Installation

Requirements

  • PHP 7.1.3 or higher
  • MySQL or MariaDB
  • system function allowed
  • Unix system installed with zip and git

Configuration

  • Copy .env_default to .env and adjust the settings
  • Run migrations “php bin/console doctrine:migrations:migrate”
  • Run packagist sync command “php bin/console packagist:sync”
  • Generate public and private key for shopware signature “php bin/console generate:key”

Screenshots

Search
Listing