kintisoft/sdk
最新稳定版本:v0.1.1
Composer 安装命令:
composer require kintisoft/sdk
包简介
Official PHP SDK for KintiSoft Public API
README 文档
README
Official PHP SDK for the KintiSoft Public API
The official KintiSoft PHP SDK makes it easy to integrate the public API into PHP applications and external servers.
Includes:
- HTTP client based on Guzzle
- Custom exceptions
- Multi-tenant support
Installation
composer require kintisoft/sdk
Basic configuration
require DIR . '/vendor/autoload.php';
use KintiSoft\SDK\Client;
$client = new Client( tenant: 'acme', apiKey: 'pk_live_xxxxxx', );
Advanced options
$client = new Client( tenant: 'acme', apiKey: 'pk_live_xxxxxx', baseUrlOverride: 'https://acme.kintisoft.com/api/v1', timeout: 15.0, );
Internal structure
src/ Client.php HttpClient.php Prospects.php Exceptions/ KintiSoftException.php
License
MIT License
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-12