2017 © Pedro Peláez
 

library product-feed-adapter

Adapter for product feeds

image

jongotlin/product-feed-adapter

Adapter for product feeds

  • Wednesday, November 16, 2016
  • by jongotlin
  • Repository
  • 1 Watchers
  • 3 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Product Feed Adapter

Build Status, (*1)

Use this adapter with any product feed from Adrecord, TradeDoubler, Zanox, Adtraction or Adsettings., (*2)

$feed = file_get_contents('http://feed.adrecord.com/foo.json?id=bar');
$productFeedAdapter = new ProductFeedAdapter($feed);
$network = $productFeedAdapter->getNetwork();
foreach ($network->getProducts(0, 10) as $product) {
    echo $product->getTrackingUrl();
}

The Versions

16/11 2016

dev-master

9999999-dev http://github.com/jongotlin/ProductFeedAdapter

Adapter for product feeds

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

seo seomoz

16/11 2016

1.0.0

1.0.0.0 http://github.com/jongotlin/ProductFeedAdapter

Adapter for product feeds

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

seo seomoz