mkaverin/splitwise-sdk-php
最新稳定版本:0.0.0
Composer 安装命令:
composer require mkaverin/splitwise-sdk-php
包简介
PHP SDK for Splitwise API v3
README 文档
README
This package provides a PHP SDK for the Splitwise API (3.0.0), allowing developers to easily integrate Splitwise's services into their applications. It is built using Splitwise's official OpenAPI specifications and is built with the help of crescat-io/saloon-sdk-generator tool.
Installation
composer require mkaverin/splitwise-sdk-php
Usage
use Splitwise\SplitwiseSDK; $connector = new SplitwiseSDK( $accessToken, $refreshToken, $expiresAt, ); $response = $connector->clients()->fetchAllTenantsFormerlyClients(); // TODO
Contributing
/app folder contains the Laravel Zero console application that is used to generate the SDK.
You can use build command to download a fresh version of the OpenAPI specification and generate the SDK files in the /build folder:
php application build
Links
统计信息
- 总下载量: 140
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-08-04