Coddingpro
Deprixa Plus - The Ultimate Courier & Logistics SaaS Platform

Deprixa Plus — Requirements & Installation · 2.1 Server Requirements

Deprixa Plus requires a standard LEMP or LAMP stack. The following table lists minimum and recommended specifications for a production deployment.

Core Requirements

RequirementMinimumRecommended
PHP8.2+8.3+
MySQL8.0+8.0+
Node.js18+20 LTS
Web ServerApache 2.4+ or Nginx
RAM512 MB1 GB+
Disk Space500 MB2 GB+

Node.js Is Build-Only

Node.js is required only to compile frontend assets (npm run build). It is not needed at runtime in production if you use the pre-built assets included in the release ZIP.

Required PHP Extensions

ExtensionPurpose
PDO + pdo_mysqlMySQL database connectivity
OpenSSLEncryption and secure connections
cURLHTTP requests (payment gateways, APIs)
ZipSoftware updates and file handling
MbstringMulti-byte string processing
GD or ImagickImage processing (logos, labels)
FileinfoMIME type detection for uploads
BCMathPrecise financial calculations

Additional Requirements

  • mod_rewrite (Apache) or try_files (Nginx) — required for clean URL routing.
  • Composer 2.x — PHP dependency manager, required for installation.