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)446MITPHPPHP ~7.2.0|~7.3.0|~7.4.0

Since Jun 8Pushed 4y 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 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1495d 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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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