Development of modules
This section will describe in detail how modules for PUQcloud Panel are created — from the structure to integration with the panel, logic, interface and events. The section is designed for developers who want to expand the functionality of the panel to suit their own needs.
Module Development Guide
Architecture Overview Module Framework Architecture PUQcloud uses a hierarchical module system ...
API Reference
Base Module Class Methods Core Methods __construct() Initializes the module instance. Always c...
Practical Examples
Product Module Examples 1. VPS Hosting Module Complete implementation of a VPS hosting service ...