PHPackages                             alexschwarz89/icecatxml - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. alexschwarz89/icecatxml

ActiveLibrary[API Development](/categories/api)

alexschwarz89/icecatxml
=======================

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

1.1.0(9y ago)21073MITPHPPHP &gt;=5.5

Since Mar 2Pushed 9y ago2 watchersCompare

[ Source](https://github.com/alexschwarz89/icecatxml)[ Packagist](https://packagist.org/packages/alexschwarz89/icecatxml)[ RSS](/packages/alexschwarz89-icecatxml/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/81e65b0980fbc4efc065bba2fb41587a468189c88b7585f8897e2b33d9769021/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62646334363439622d376139632d343261622d396532332d6163343966363833616630302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/bdc4649b-7a9c-42ab-9e23-ac49f683af00)[![Code Climate](https://camo.githubusercontent.com/7b787af4e738c79db559108039685650b6c894cb182687b72b1d48f1f483bfba/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f616c65787363687761727a38392f696365636174786d6c2f6261646765732f6770612e737667)](https://codeclimate.com/github/alexschwarz89/icecatxml)

icecatxml
=========

[](#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+

Install
-------

[](#install)

Install via [composer](https://getcomposer.org):

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

Run `composer install`.

Example usage
-------------

[](#example-usage)

#### Get product data with EAN/UPC

[](#get-product-data-with-eanupc)

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

#### Get product data by vendor name and MPN

[](#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

[](#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)

[](#specifying-the-language-optional)

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

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

3

Last Release

3342d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.3

1.1.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e71603707372f4c65e68a640c1c15ef767ecf10c5ea6e597d2d2d403f691595?d=identicon)[alexschwarz89](/maintainers/alexschwarz89)

---

Top Contributors

[![alexschwarz89](https://avatars.githubusercontent.com/u/7203493?v=4)](https://github.com/alexschwarz89 "alexschwarz89 (14 commits)")

---

Tags

api-sdkecommerceicecatpimproducticecatproduct-catalogproduct data

### Embed Badge

![Health badge](/badges/alexschwarz89-icecatxml/health.svg)

```
[![Health](https://phpackages.com/badges/alexschwarz89-icecatxml/health.svg)](https://phpackages.com/packages/alexschwarz89-icecatxml)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
