the-systems / pterodactyl-sdk
Pterodactyl PHP SDK
v2.0.0-alpha.2
2021-03-22 03:31 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ^6.0|^7.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2025-03-23 13:23:47 UTC
README
Quick start
To install the SDK in your project you need to require the package via composer:
composer require hcgcloud/pterodactyl-sdk
Then use Composer's autoload unless you are using a framework that support composer autoload:
require __DIR__.'/../vendor/autoload.php';
And finally create an instance of the SDK:
$pterodactyl = new \HCGCloud\Pterodactyl\Pterodactyl(API_KEY_HERE, BASE_URI_HERE);
Then you can call the apis.
Usage
Please check the documentation for more details.
Support
You can get support by going to our Discord server or submitting new issue.
As a third-party API wrapper, We recommend you not asking for help elsewhere, or we may not be able to help you.
License
hcgcloud/pterodactyl-sdk
is licensed under the MIT License (MIT). Please see the
license file for more information.