2017 © Pedro Peláez
 

library sylius-bundle

Splash Bundle for Sylius E-Commerce Solution

image

splash/sylius-bundle

Splash Bundle for Sylius E-Commerce Solution

  • Monday, April 9, 2018
  • by BadPixxel
  • Repository
  • 2 Watchers
  • 0 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Sylius-Bundle

Splash Bundle for Sylius E-Commerce Solution, (*1)

N|Solid, (*2)

Splash Sync Bundle for Sylius E-Commerce

Splash Bundle for Sylius E-Commerce Solution, (*3)

This module implement Splash Sync connector for Sylius, the E-Commerce Solution for Symfony Framework. It provides access to multiples Objects for automated synchronization through Splash Sync dedicated protocol., (*4)

Latest Stable Version Total Downloads License, (*5)

Installation via Composer

Download Sylius-Bundle and its dependencies to the vendor directory. You can use Composer for the automated process:, (*6)

$ php composer.phar require splash/sylius-splash-plugin

Composer will install the bundle to vendor/splash directory., (*7)

Adding bundle to your application kernel


// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new \Splash\Bundle\SplashBundle(), // Splash Sync Core PHP Bundle new \Splash\SyliusSplashPlugin\SplashSyliusSplashPlugin(), // Splash Bundle for Sylius // ... ); }

Configure Splash Bundles

Here is the default configuration for Splash bundles:, (*8)


splash: id: ThisIsSyliusWsId # Your Splash Server ID key: ThisIsSyliusWsEncryptionKey # Your Server Secret Encryption Key splash_sylius_splash: default_channel: FASHION_WEB # Select here your shop default channel

Requirements

  • PHP 7.4+
  • Sylius 1.6+
  • An active Splash Sync User Account

Documentation

For the configuration guide and reference, see: Sylius Bundle Docs, (*9)

Contributing

Any Pull requests are welcome!, (*10)

This module is part of SplashSync project., (*11)

The Versions

09/04 2018

dev-master

9999999-dev

Splash Bundle for Sylius E-Commerce Solution

  Sources   Download

MIT

The Requires

 

The Development Requires