skhr/ptero-application-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

skhr/ptero-application-sdk

最新稳定版本:v1.0.2

Composer 安装命令:

composer require skhr/ptero-application-sdk

包简介

Pterodactyl application PHP SDK

README 文档

README

Latest Version on Packagist Total Downloads Software License

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-03