leadpingai/sdk
Composer 安装命令:
composer require leadpingai/sdk
包简介
Official PHP SDK for the Leadping API.
关键字:
README 文档
README
Leadping PHP SDK
Type-safe PHP client for the Leadping API.
Install
composer require leadpingai/sdk
The generated client uses a Kiota request adapter. Install the Kiota bundle in the application that will call Leadping:
composer require microsoft/kiota-bundle:^2.0.2
Use
<?php use Leadping\OpenApiClient\LeadpingOpenApiClient; $adapter = createLeadpingRequestAdapter(); $client = new LeadpingOpenApiClient($adapter); $me = $client->users()->me()->get()->wait();
createLeadpingRequestAdapter is application code. Configure it to send one of:
Authorization: Bearer <token>X-Leadping-Api-Key: <key>
The client defaults to https://api.leadping.ai when the adapter does not already have a base URL.
Links
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-26