承接 wizishop/wizishop-php-sdk 相关项目开发

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

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

wizishop/wizishop-php-sdk

Composer 安装命令:

composer require wizishop/wizishop-php-sdk

包简介

WiziShop API SDK

README 文档

README

WiziShop PHP SDK

A PHP SDK (Software Development Kit) for the WiziShop RESTful API https://api.wizishop.com

Installation

Get composer

composer require wizishop/wizishop-php-sdk

Usage

Create a new user on Wizishop Admin

<?php

require_once __DIR__ . '/../vendor/autoload.php';

use WiziShop\SDK\Exception\ApiException;
use GuzzleHttp\Exception\TransferException;
use WiziShop\SDK\ApiClientFactory;

try {
    $wizishop = ApiClientFactory::authenticate('username', 'password');

    $orders = $wizishop->getOrders();

    // ...
} catch (ApiException $e) {
    echo $e->getErrorMessage();
} catch (TransferException $e) {
    echo $e->getMessage();
}

Tests

./bin/phpunit

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker.

Contributing

Contributing guidelines

Author

WiziShop

License

This project is licensed under the MIT license. See the LICENSE file for more info.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固