airlst/sdk-php
最新稳定版本:1.0.1
Composer 安装命令:
composer require airlst/sdk-php
包简介
This package is a SDK for handling AirLST Core API calls
README 文档
README
AirLST Core PHP SDK
This package provides a PHP SDK for the Core API, allowing developers to easily integrate AirLST Core services into their applications. It is built using AirLST OpenAPI specifications and is built with the help of crescat-io/saloon-sdk-generator tool.
Requirements
- PHP >= 8.4
- Composer
Installation
composer require airlst/sdk-php
Usage
use AirLST\SdkPhp\CoreApi; $connector = new CoreApi('api-key'); $response = $connector->guest()->getGuests('event-uuid');
Contributing
If you want to contribute to this SDK, you can generate the SDK from the fresh OpenAPI specification using the following command:
composer build
统计信息
- 总下载量: 552
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-03-22