CloudBill Pro Documentation
Welcome to the CloudBill Pro documentation. This guide covers everything from installation to advanced module development.
Version 1.0 — If you find a bug or have a feature request, please open a support ticket from your CodeCanyon purchase page.
Quick Start
Get CloudBill Pro up and running in under 10 minutes:
1
Download the package from CodeCanyon after purchase.
2
Upload all files to your web server's document root.
3
Create a MySQL database and user for CloudBill Pro.
4
Visit
https://yourdomain.com/install and follow the 5-step installer.5
Configure your cron job for automated billing (see Cron Jobs).
What's Inside
Installation Guide
Step-by-step setup with web installer
Module Development
Build custom gateways, servers, registrars
REST API Reference
Integrate CloudBill Pro with other systems
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| PHP | 8.0 | 8.2+ |
| MySQL | 5.7 | 8.0+ or MariaDB 10.6+ |
| Web Server | Apache 2.4 (mod_rewrite) / Nginx | Nginx + PHP-FPM |
| RAM | 256MB | 512MB+ |
| Storage | 100MB + data | 1GB+ |
| Required PHP extensions: PDO, pdo_mysql, OpenSSL, JSON, cURL, Mbstring, Fileinfo | ||