{"id":38596651,"url":"https://github.com/alexschwarz89/icecatxml","last_synced_at":"2026-01-17T08:28:31.945Z","repository":{"id":56944814,"uuid":"48055677","full_name":"alexschwarz89/icecatxml","owner":"alexschwarz89","description":"An easy to use library to access Icecat XML product data","archived":false,"fork":false,"pushed_at":"2017-03-18T20:23:19.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-06T22:16:07.549Z","etag":null,"topics":["api-sdk","ecommerce","icecat","pim","product"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexschwarz89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-15T16:33:25.000Z","updated_at":"2022-10-24T16:27:15.000Z","dependencies_parsed_at":"2022-08-21T07:50:53.380Z","dependency_job_id":null,"html_url":"https://github.com/alexschwarz89/icecatxml","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alexschwarz89/icecatxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexschwarz89%2Ficecatxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexschwarz89%2Ficecatxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexschwarz89%2Ficecatxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexschwarz89%2Ficecatxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexschwarz89","download_url":"https://codeload.github.com/alexschwarz89/icecatxml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexschwarz89%2Ficecatxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-sdk","ecommerce","icecat","pim","product"],"created_at":"2026-01-17T08:28:31.343Z","updated_at":"2026-01-17T08:28:31.933Z","avatar_url":"https://github.com/alexschwarz89.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![SensioLabsInsight](https://insight.sensiolabs.com/projects/bdc4649b-7a9c-42ab-9e23-ac49f683af00/mini.png)](https://insight.sensiolabs.com/projects/bdc4649b-7a9c-42ab-9e23-ac49f683af00)\n[![Code Climate](https://codeclimate.com/github/alexschwarz89/icecatxml/badges/gpa.svg)](https://codeclimate.com/github/alexschwarz89/icecatxml)\n\nicecatxml\n============\n\nAn easy-to-use Wrapper for the Ieceat API to access product data provided by Icecat. \nIt should be compatible from PHP 5.5+\n\n## Install\n\nInstall via [composer](https://getcomposer.org):\n\n```javascript\n{\n    \"require\": {\n        \"alexschwarz89/icecatxml\"\n    }\n}\n```\n\nRun `composer install`.\n\n## Example usage\n\n#### Get product data with EAN/UPC\n\n```php\nuse Alexschwarz89\\IcecatXML\\Api;\n$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');\n$xml = $icecat-\u003egetArticleByEAN('EAN');\n```\n\n#### Get product data by vendor name and MPN\n\n```php\nuse Alexschwarz89\\IcecatXML\\Api;\n$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');\n$xml = $icecat-\u003egetArticleByMPN('ExampleVendor', 'AA12345');\n```\n\n#### Get product data by Icecat ID\n\n```php\nuse Alexschwarz89\\IcecatXML\\Api;\n$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');\n$xml = $icecat-\u003egetArticleById('27260205');\n```\n\n### Specifying the language (optional)\nThe default langauge is \"DE\", to change this, set the optional parameter $lang, e.g.\n\n```php\nuse Alexschwarz89\\IcecatXML\\Api;\n$icecat = new Api('ACCOUNT_USERNAME', 'ACCOUNT_PASSWORD');\n$xml = $icecat-\u003egetArticleById('27260205', 'US');\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexschwarz89%2Ficecatxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexschwarz89%2Ficecatxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexschwarz89%2Ficecatxml/lists"}