2017 © Pedro Peláez
 

library icecatxml

An easy-to-use Library to access Icecat XML Catalog

image

alexschwarz89/icecatxml

An easy-to-use Library to access Icecat XML Catalog

  • Saturday, March 18, 2017
  • by alexschwarz89
  • Repository
  • 2 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

SensioLabsInsight Code Climate, (*1)

icecatxml

An easy-to-use Wrapper for the Ieceat API to access product data provided by Icecat. It should be compatible from PHP 5.5+, (*2)

Install

Install via composer:, (*3)

{
    "require": {
        "alexschwarz89/icecatxml"
    }
}

Run composer install., (*4)

Example usage

Get product data with EAN/UPC

use Alexschwarz89\IcecatXML\Api;
$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');
$xml = $icecat->getArticleByEAN('EAN');

Get product data by vendor name and MPN

use Alexschwarz89\IcecatXML\Api;
$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');
$xml = $icecat->getArticleByMPN('ExampleVendor', 'AA12345');

Get product data by Icecat ID

use Alexschwarz89\IcecatXML\Api;
$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');
$xml = $icecat->getArticleById('27260205');

Specifying the language (optional)

The default langauge is "DE", to change this, set the optional parameter $lang, e.g., (*5)

use Alexschwarz89\IcecatXML\Api;
$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');
$xml = $icecat->getArticleById('27260205', 'US');

The Versions

18/03 2017

dev-master

9999999-dev

An easy-to-use Library to access Icecat XML Catalog

  Sources   Download

MIT

The Requires

 

by Alex Schwarz

icecat product data product catalog

18/03 2017

1.1.0

1.1.0.0

An easy-to-use Library to access Icecat XML Catalog

  Sources   Download

MIT

The Requires

 

by Alex Schwarz

icecat product data product catalog

07/03 2017

1.0.1

1.0.1.0

An easy-to-use Library to access Icecat XML Catalog

  Sources   Download

MIT

The Requires

 

by Alex Schwarz

icecat product data product catalog

02/03 2017

1.0.0

1.0.0.0

An easy-to-use Library to access Icecat XML Catalog

  Sources   Download

MIT

The Requires

 

by Alex Schwarz

icecat product data product catalog