Download the PHP package jongotlin/product-feed-adapter without Composer
On this page you can find all versions of the php package jongotlin/product-feed-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jongotlin/product-feed-adapter
More information about jongotlin/product-feed-adapter
Files in jongotlin/product-feed-adapter
Download jongotlin/product-feed-adapter
More information about jongotlin/product-feed-adapter
Files in jongotlin/product-feed-adapter
Vendor jongotlin
Package product-feed-adapter
Short Description Adapter for product feeds
License MIT
Homepage http://github.com/jongotlin/ProductFeedAdapter
Package product-feed-adapter
Short Description Adapter for product feeds
License MIT
Homepage http://github.com/jongotlin/ProductFeedAdapter
Please rate this library. Is it a good library?
Informations about the package product-feed-adapter
Product Feed Adapter
Use this adapter with any product feed from Adrecord, TradeDoubler, Zanox, Adtraction or Adsettings.
$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();
}All versions of product-feed-adapter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jongotlin/product-feed-adapter contains the following files
Loading the files please wait ...
