Skip to content

System Requirements

PHPCRM edited this page Dec 1, 2025 · 1 revision

🖥 System Requirements

To run PHPCRM smoothly, your server or hosting environment must meet the following minimum requirements.


🔹 Software 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

🔹 Required PHP Extensions

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

🔹 Recommended Server Configuration

Setting Value
Memory Limit 256M or higher
Execution Time 300 seconds
Upload Max File Size 32M or higher
Post Max Size 32M or higher

🔹 Browser Compatibility

Supported Browsers
Google Chrome
Mozilla Firefox
Microsoft Edge
Safari

🔹 Supported Hosting Types

Hosting Type Supported
Shared Hosting
VPS / Cloud Hosting
Localhost (XAMPP / WAMP)
Docker ✔ (Optional)

🔧 Optional but Recommended

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.

Clone this wiki locally