-
Notifications
You must be signed in to change notification settings - Fork 3
System Requirements
PHPCRM edited this page Dec 1, 2025
·
1 revision
To run PHPCRM smoothly, your server or hosting environment must meet the following minimum requirements.
| Component | Recommended | Minimum |
|---|---|---|
| PHP Version | PHP 8.0+ | PHP 7.4 |
| Web Server | Apache / Nginx | Any server supporting PHP |
| Database | MySQL / MariaDB | MySQL 5.6+ |
| Operating System | Linux / Ubuntu | Windows / macOS also supported |
The following PHP extensions must be enabled:
| Extension | Purpose |
|---|---|
| mysqli | Database connection |
| openssl | Security / Encryption |
| gd | Image processing |
| mbstring | String handling |
| curl | API / HTTP requests |
| json | JSON handling |
| session | User authentication |
| Setting | Value |
|---|---|
| Memory Limit | 256M or higher |
| Execution Time | 300 seconds |
| Upload Max File Size | 32M or higher |
| Post Max Size | 32M or higher |
| Supported Browsers |
|---|
| Google Chrome |
| Mozilla Firefox |
| Microsoft Edge |
| Safari |
| Hosting Type | Supported |
|---|---|
| Shared Hosting | ✔ |
| VPS / Cloud Hosting | ✔ |
| Localhost (XAMPP / WAMP) | ✔ |
| Docker | ✔ (Optional) |
| Feature | Benefit |
|---|---|
| SSL Certificate (HTTPS) | Better security |
| Daily Backups | Data protection |
| Cron Jobs | Automation for tasks & reminders |
If your server meets the above requirements, you can install PHPCRM without any issues 🚀
Next Step →
📍 Proceed to Installation Guide to start setup.