https://github.com/pteroca-com/pterodactyl-addon
This package provides an API interface for the Pteroca.com control panel, allowing the creation and retrieval of client API keys. It is designed to integrate seamlessly with the Pterodactyl panel, offering additional functionality to enhance user management and API access.
https://github.com/pteroca-com/pterodactyl-addon
Last synced: about 1 year ago
JSON representation
This package provides an API interface for the Pteroca.com control panel, allowing the creation and retrieval of client API keys. It is designed to integrate seamlessly with the Pterodactyl panel, offering additional functionality to enhance user management and API access.
- Host: GitHub
- URL: https://github.com/pteroca-com/pterodactyl-addon
- Owner: pteroca-com
- License: mit
- Created: 2025-01-01T00:43:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T12:28:20.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:11:14.979Z (about 1 year ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PteroCA Pterodactyl Addon
This package provides an API interface for the Pteroca.com control panel, allowing the creation and retrieval of client API keys. It is designed to integrate seamlessly with the Pterodactyl panel, offering additional functionality to enhance user management and API access.
As the project evolves, more features will be added to further enhance the integration between Pteroca.com and Pterodactyl.
## Features
- Create and retrieve client API keys (for use with the Pteroca API).
- Seamless integration with the Pterodactyl panel.
- Easy setup and configuration for developers and administrators.
- Ongoing development, with new features expected in the future.
## Installation
To install the package via Composer, run the following command in root directory of your Pterodactyl panel:
```bash
composer require pteroca-com/pterodactyl-addon
```