skhr/ptero-application-sdk
最新稳定版本:v1.0.2
Composer 安装命令:
composer require skhr/ptero-application-sdk
包简介
Pterodactyl application PHP SDK
关键字:
README 文档
README
Quick start
To install the SDK in your project you need to require the package via composer:
composer require skhr/ptero-application-sdk
Then use Composer's autoload unless you are using a framework that support composer autoload:
require_once("vendor/autoload.php");
Finally, create an instance of the SDK:
use \SKHR\PteroAPI\PteroAPI; $pteroAPI = new PteroAPI("<baseURI>", "<apiKey>");
You can then call the application API.
Usage
Documentation in progress
Support
You can get support by submitting new issue.
License
skhr/ptero-application-sdk is licensed under the MIT License (MIT).
Please see the license file for more information.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-03