deepseath/huoban

huoban.com SDK for PHP

Maintainers

Details

gitee.com/Deepseath/huoban.git

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Type:think-extend

v1.0.7 2024-01-19 10:33 UTC

This package is not auto-updated.

Last update: 2024-04-26 11:39:47 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');