All Projects → hcgcloud → pterodactyl-sdk

hcgcloud / pterodactyl-sdk

Licence: MIT license
Pterodactyl Panel PHP SDK/API wrapper

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to pterodactyl-sdk

Nodeactyl
A NodeJS API for Pterodactyl panel, this was originally designed for discord.js (Discord bots)
Stars: ✭ 107 (+296.3%)
Mutual labels:  pterodactyl, pterodactyl-panel, pterodactyl-api
pterobilling
An open-source Laravel 8 online store, client area, and billing software specially made for Pterodactyl panel
Stars: ✭ 258 (+855.56%)
Mutual labels:  pterodactyl, pterodactyl-panel
pterodactyl-eggs
Free eggs made for the Pterodactyl Panel for anyone to use!
Stars: ✭ 18 (-33.33%)
Mutual labels:  pterodactyl, pterodactyl-panel
whmcs
WHMCS Module for Pterodactyl (v0.7.3 and higher)
Stars: ✭ 127 (+370.37%)
Mutual labels:  pterodactyl, pterodactyl-panel
PteroStats
PteroStats is a bot designed to check Pterodactyl Panel and Nodes status and post it to your discord server
Stars: ✭ 122 (+351.85%)
Mutual labels:  pterodactyl-panel-api, pterodactyl-api
pirant
devRant API wrapper in Python
Stars: ✭ 17 (-37.04%)
Mutual labels:  api-wrapper
pymonzo
An - dare I say it - awesome Python Monzo public API wrapper.
Stars: ✭ 18 (-33.33%)
Mutual labels:  api-wrapper
nyxx
Wrapper around Discord API for Dart
Stars: ✭ 217 (+703.7%)
Mutual labels:  api-wrapper
sleeper-api-wrapper
A Python wrapper for the Sleeper Fantasy Football API.
Stars: ✭ 41 (+51.85%)
Mutual labels:  api-wrapper
hikari-lightbulb
The official unofficial command handler for the Python discord API wrapper library, Hikari.
Stars: ✭ 152 (+462.96%)
Mutual labels:  api-wrapper
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (+55.56%)
Mutual labels:  api-wrapper
discord.bat
🗑️ the BEST discord lib
Stars: ✭ 38 (+40.74%)
Mutual labels:  api-wrapper
csharp-ovh
Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing
Stars: ✭ 21 (-22.22%)
Mutual labels:  api-wrapper
HerePy
A library that provides a Python interface to the HERE APIs.
Stars: ✭ 73 (+170.37%)
Mutual labels:  api-wrapper
cablecuttr
An R wrapper for CanIStream.It API
Stars: ✭ 17 (-37.04%)
Mutual labels:  api-wrapper
flickr-objects
An object-oriented wrapper for the Flickr API.
Stars: ✭ 29 (+7.41%)
Mutual labels:  api-wrapper
Pyblox
An API wrapper for Roblox written in Python. (Receives Updates)
Stars: ✭ 30 (+11.11%)
Mutual labels:  api-wrapper
github-api-plugin
This plugin packages stock github-api library
Stars: ✭ 20 (-25.93%)
Mutual labels:  api-wrapper
Vestaboard
An API Wrapper for Vestaboards written in Python
Stars: ✭ 23 (-14.81%)
Mutual labels:  api-wrapper
meetupr
R interface to the meetup.com API
Stars: ✭ 76 (+181.48%)
Mutual labels:  api-wrapper

Pterodactyl PHP SDK

Latest Version on Packagist Total Downloads Software License Chat on Discord

Documentation

Quick start

For Pterodactyl Panel v1, you may need to install v2 version of this sdk, otherwise some functions may not work properly.

There is no stable version and full documentation for v2 yet, you may need to read the source code to use this sdk.

composer require hcgcloud/pterodactyl-sdk:v2.0.0-alpha.2

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].