deepseath/

huoban

huoban.com SDK for PHP

维护者

详细信息

gitee.com/Deepseath/huoban.git

安装: 8

依赖: 0

建议者: 0

安全: 0

类型:think-extend

v1.0.8 2024-06-25 14:57 UTC

This package is not auto-updated.

Last update: 2024-10-01 16:06:33 UTC


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');