PHP code example of splash / akeneo-bundle
1. Go to this page and download the library: Download splash/akeneo-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
splash / akeneo-bundle example snippets
// 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
// ...
);
}
bash
$ php composer.phar