承接 sbaumeister/tecdoc-client-php 相关项目开发

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

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

sbaumeister/tecdoc-client-php

最新稳定版本:v0.2.0

Composer 安装命令:

composer require sbaumeister/tecdoc-client-php

包简介

A TecDoc Webservice API client

README 文档

README

A TecDoc Webservice API client written in PHP.

The DTO classes are generated with xsd2php using the TecDoc SOAP XSD as input.

This project is licensed under the terms of the GNU Lesser General Public License v3.0.

Install

composer require sbaumeister/tecdoc-client-php

Usage

<?php

use Baumeister\TecDocClient\Client;
use Baumeister\TecDocClient\Generated\GetAmBrands;

$client = new Client('API_KEY', 'PROVIDER_ID');
$params = (new GetAmBrands())
            ->setLang('de')
            ->setArticleCountry('de');
$response = $client->getAmBrands($params);
$brands = $response->getData();

TODOs

  • Better tests
  • Add status table for implemented API functions to README

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2020-06-07