skhr / ptero-application-sdk
Pterodactyl application PHP SDK
v1.0.2
2024-08-08 05:24 UTC
Requires
- php: >=8.3
- guzzlehttp/guzzle: ^7.9
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.