PHPackages                             pjz9n/pterodactyl-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pjz9n/pterodactyl-php-sdk

ActiveLibrary[API Development](/categories/api)

pjz9n/pterodactyl-php-sdk
=========================

Simple and lightweight Pterodactyl API SDK

v1.0.0(6y ago)09GPL-v3PHPPHP &gt;=7.2.0

Since Mar 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/PJZ9n/Pterodactyl-PHP-SDK)[ Packagist](https://packagist.org/packages/pjz9n/pterodactyl-php-sdk)[ RSS](/packages/pjz9n-pterodactyl-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Pterodactyl-PHP-SDK
===================

[](#pterodactyl-php-sdk)

[![](https://camo.githubusercontent.com/56ae2857869132e5fe766b017a36e5d6aec833c18b16017b93c3488cd7845b8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d474e5525323047656e6572616c2532305075626c69632532304c6963656e736525323076332e302d79656c6c6f77)](https://www.gnu.org/licenses/gpl-3.0.html)

Overview
--------

[](#overview)

Language:

- [English](#english)
- [日本語](#%E6%97%A5%E6%9C%AC%E8%AA%9E)

English
-------

[](#english)

Simple and lightweight Pterodactyl API SDK

### Feature

[](#feature)

- Simply SDK
- Clean code
- No dependency on other libraries
- use the complement function of the IDE
- Can be used intuitively
- Object-oriented code

### Supported Action

[](#supported-action)

Client API:

- Get All Servers
- Get Server (By ID)
- Get Resource (For example, get the amount of memory currently used)
- Send Console Command
- Send Power Action (For example, server start)

Application API:

- User
    - Get All Users
    - Get User (By ID)
    - Get User (By External ID)
    - Create User
    - Edit User
    - Delete User
- Nodes
    - Now Development...

### How to use

[](#how-to-use)

Run the following command in the command line

```
composer require pjz9n/pterodactyl-php-sdk
```

Write the code!

```
