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
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
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-07