Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tradedoubler Bundle Laravel Package

astina/tradedoubler-bundle

View on GitHub
Deep Wiki
Context7

Astina Tradedoubler Bundle

Symfony 2 bundle for Tradedoubler integration.

Installation

Step 1: Add to composer.json

"require" :  {
    // ...
    "astina/tradedoubler-bundle":"dev-master",
}

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Astina\Bundle\TradedoublerBundle\AstinaTradedoublerBundle(),
    );
}

Step 3: Configuration

Add the token, feed ID and trackback infos to your config.yml:

# app/config.yml

astina_tradedoubler:
    api_token: xxxxyyyyzzz
    feed_id: 123456
    trackback:
        organization: 1111
        event_id: 2222
        redirect_default_url: http://myshop.com

Usage

Use the classes in Model/ to create instances of Product, Category, ProductImage and ProductCollection.

Use the astina_tradedoubler.client service to create/update/delete Tradedoubler records:

/** @var \Astina\Bundle\TradedoublerBundle\Client\Client $client **/
$client->createProducts(new ProductCollection($tradedoublerProducts));

Sending all product data to Tradedoubler

You can use the astina:tradedoubler:populate commands to send your whole product catalogue to Tradedoubler. For this to work you have to:

  1. Create a service that implements Astina\Bundle\TradedoublerBundle\Client\ProductSourceInterface.

  2. Add the service id to the config:

astina_tradedoubler:
    product_source: my_product_source_service
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity