PHP code example of leroy-merlin-br / bazaarvoice-feed
1. Go to this page and download the library: Download leroy-merlin-br/bazaarvoice-feed library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?phprequire_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
leroy-merlin-br / bazaarvoice-feed example snippets
php
$productFeed = new \BazaarVoice\Product\Feed();
php
$productFeed = new \BazaarVoice\Product\Feed();
$feedElement = $productFeed->newFeed('my_feed', true);
php
$productFeed = new \BazaarVoice\Product\Feed();
$feedElement = $productFeed->newFeed('my_feed')
->setIncremental(true);