PHPackages                             progcode/icecat-api - 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. progcode/icecat-api

ActiveLibrary[API Development](/categories/api)

progcode/icecat-api
===================

Icecat PHP API Library

1.0.2(4y ago)446[1 PRs](https://github.com/progcode/icecat-api/pulls)MITPHPPHP ~7.2.0|~7.3.0|~7.4.0CI failing

Since Jun 8Pushed 3w ago1 watchersCompare

[ Source](https://github.com/progcode/icecat-api)[ Packagist](https://packagist.org/packages/progcode/icecat-api)[ RSS](/packages/progcode-icecat-api/feed)WikiDiscussions develop Synced today

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Icecat
======

[](#icecat)

Icecat is a PHP library, that assists you in the following 2 procedures:

- Fetching data from the Icecat database using basic product information.
- Parsing this data from the Icecat response, and using them in real life applications.

> **v1.0.2:**
>
> - trim() vendor and sku/mpn values

### About Icecat

[](#about-icecat)

[Icecat](http://icecat.biz, "Icecat") is an open catalog, providing free access to thousands of product datasheets. In extend, when taking a subscription, the amount of accessible datasheets are increased.

There is a list of [Icecat sponsor brands](http://icecat.co.uk/en/menu/partners/index.html, "Icecat sponsor brands").

Installation
============

[](#installation)

The library can be installed using composer:

```
"progcode/icecat-api": "dev-master"

```

Usage
=====

[](#usage)

The class library is, in it's current state easy to be used.

### Result

[](#result)

The [Icecat class](https://github.com/progcode/icecat-api/blob/master/src/Icecat/Api.php) is responsible for parsing the data. It includes a few basic methods, but you can easily create your own implementation by implementing the IcecatInterface interface.

```
// Use the class.
use Src\Icecat\Api;

$icecat = new Api(getenv('ICEACAT_USER'), getenv('ICEACAT_PASS'));
$xml = $icecat->getArticleByMPN('Hewlett Packard Enterprise', '838079-B21', 'HU');
$productDataArray = $icecat->xml2array($xml);

$productData = $icecat->getProductData($productDataArray);
```

Demo is soon available.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~675 days

Total

2

Last Release

1541d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28922577?v=4)[iCoders](/maintainers/iconocoders)[@IconoCoders](https://github.com/IconoCoders)

---

Top Contributors

[![progcode](https://avatars.githubusercontent.com/u/5430762?v=4)](https://github.com/progcode "progcode (9 commits)")

---

Tags

apiecommerceicecaticecat-paricecat-xmlphpapiicecat

### Embed Badge

![Health badge](/badges/progcode-icecat-api/health.svg)

```
[![Health](https://phpackages.com/badges/progcode-icecat-api/health.svg)](https://phpackages.com/packages/progcode-icecat-api)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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