Pterodactyl Sdk Versions Save

Pterodactyl Panel PHP SDK/API wrapper

v2.0.0-alpha.2

3 years ago
  1. Fix query parameters not being sent correctly in GET method (#33)

v2.0.0-alpha.1

3 years ago

Notice: This is a pre-release version, some api interfaces and the documentation are still work in progress.

  1. Adapted to Pterodactyl Panel v1.x.

  • application/users
  • application/nodes
  • application/nodes/allocations
  • application/locations
  • application/servers
  • application/servers/databases
  • application/nests
  • application/nests/eggs
  • client
  • client/account
  • client/servers
  • client/servers/databases
  • client/servers/files
  • client/servers/schedules
  • client/servers/network
  • client/servers/users
  • client/servers/backups
  • client/servers/startup
  • client/servers/settings

v1.0.4

3 years ago

This is the last release for Pterodactyl Panel v0.7

  1. Rename docker_image to dockerImage #24
  2. Allow externalId to be a string #23

v1.0.3

4 years ago
  1. A rewritten object transformer, allowing transformation for relationships.
  2. Allow custom includes to get relationships of an object.
  $pterodactyl->server(1, ['allocations', 'subusers']);

v1.0.2

4 years ago
  1. Remove requirement of illuminate/support.
  2. Ability to merge required variables for resource.

v1.0.0

4 years ago

All supported APIs from pterodactyl has been added to this sdk, except createServerDatabase. You can find all function from our documentation.

v1.0.1

4 years ago
  1. updateServerDetails, updateServerBuild and updateServerStartup function now returns a server instance.
  2. Add createServerDatabase function.