2017 © Pedro Peláez
 

library akeneo-bundle

Splash Bundle for Akeneo PIM Solution

image

splash/akeneo-bundle

Splash Bundle for Akeneo PIM Solution

  • Tuesday, March 6, 2018
  • by BadPixxel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

N|Solid, (*1)

Splash Sync Bundle for Akeneo

Splash Php Bundle for Akeneo PIM., (*2)

This module implement Splash Sync connector for Akeneo. It provides access to Products Objects for automated synchronisation though Splash Sync dedicated protocol., (*3)

Latest Stable Version Latest Unstable Version License, (*4)

Branches

Branch Akeneo PHP Status Install
master 7.0 7.3+ Active composer require splash/akeneo-bundle
5.0 4.0&5.0 7.3+ Active composer require splash/akeneo-bundle
3.0 3.0 7.2 Deprecated composer require splash/phpcore:dev-master splash/php-bundle:1.0.0 splash/akeneo-bundle:3.0.x-dev
2.3 2.3 7.1 Deprecated composer require splash/phpcore:dev-master splash/php-bundle:1.0.0 splash/akeneo-bundle:2.3.x-dev
2.1 2.0, 2.1 7.1 Deprecated composer require splash/phpcore:dev-master splash/php-bundle:1.0.0 splash/akeneo-bundle:2.1.x-dev

Installation via Composer

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

$ php composer.phar require splash/akeneo-bundle

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

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\Akeneo\SplashAkeneoBundle(),    // Splash Bundle for Akeneo
        // ...
    );
}

Configure Splash Bundles

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

splash:
    connections:
        akeneo:    
            name:           Akeneo for Splash
            id:             ThisIsSplashWsId                    # Your Splash Server Id
            key:            ThisIsYourEncryptionKeyForSplash    # Your Server Secret Encryption Key
            config:
                locale:         en_US
                channel:        ecommerce
                currency:       EUR

Requirements

  • PHP 7.4+
  • Akeneo 4.0+
  • An active Splash Sync User Account

Documentation

For the configuration guide and reference, see: Akeneo Bundle Docmumentation, (*8)

Contributing

Any Pull requests are welcome!, (*9)

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

The Versions

06/03 2018

dev-master

9999999-dev

Splash Bundle for Akeneo PIM Solution

  Sources   Download

MIT

The Requires

 

The Development Requires