khanhicetea/kiot-viet-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

khanhicetea/kiot-viet-client

最新稳定版本:2.0.1

Composer 安装命令:

composer require khanhicetea/kiot-viet-client

包简介

A Small PHP Client package for working with KiotViet API

README 文档

README

Latest Version on Packagist Software License Total Downloads

A Small PHP Client package for working with KiotViet API

Install

Via Composer

$ composer require vienthuong/kiot-viet-client

Usage

$client = new VienThuong\KiotVietClient(<YOUR_CLIENT_ID>, <YOUR_CLIENT_SECRET>);
// Fetch access token
$token = $client->fetchAccessToken();

// Fetch list product

$productResource = new ProductResource($client);
$productList = $productResource->list();

Check more in Examples directory, remember to change your credentials in auth.php

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Feel free to create a new merge request into this repository.

Security

If you discover any security related issues, please email levienthuong@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-07