承接 alexschwarz89/icecatxml 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

alexschwarz89/icecatxml

Composer 安装命令:

composer require alexschwarz89/icecatxml

包简介

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

README 文档

README

SensioLabsInsight Code Climate

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 via composer:

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

Run composer install.

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.

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

统计信息

  • 总下载量: 107
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固