skhr/ptero-application-sdk

Pterodactyl application PHP SDK

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/skhr/ptero-application-sdk

v1.0.2 2024-08-08 05:24 UTC

This package is auto-updated.

Last update: 2026-01-08 08:42:13 UTC


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.