splash / akeneo-bundle
Splash Bundle for Akeneo PIM Solution
Installs: 480
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^8.1
- akeneo/pim-community-dev: ^7.0
- splash/php-bundle: ^2.0.0
Requires (Dev)
- badpixxel/php-sdk: ^2.0
- splash/console: dev-master
README
Splash Sync Bundle for Akeneo
Splash Php Bundle for Akeneo PIM.
This module implement Splash Sync connector for Akeneo. It provides access to Products Objects for automated synchronisation though Splash Sync dedicated protocol.
Branches
Installation via Composer
Download Akeneo-Bundle and its dependencies to the vendor directory. You can use Composer for the automated process:
$ php composer.phar require splash/akeneo-bundle
Composer will install the bundle to vendor/splash
directory.
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:
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
Contributing
Any Pull requests are welcome!
This module is part of SplashSync project.