deepseath / huoban
huoban.com SDK for PHP
v1.0.8
2024-06-25 14:57 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-hash: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- symfony/cache: ^6.0
- yurunsoft/yurun-http: ^4.3
README
介绍
伙伴云简易SDK for PHP 主要实现 ticket 获取。 其他的接口按需实现,目前只有表格接口的:列表、详情、单条插入、批量插入。
安装教程
composer require deepseath/huoban
使用说明
use deepseath\huoban\Huoban;
use deepseath\huoban\Api\Table;
$huobanService = Huoban::instance(config('huoban'));
$huobanTable = new Table($huobanService);
// 获取表格详情
$tableInfo = $huobanTable->get('11110000000');