PrestaShop Module

Prerequisites

Technical baseline before Mailygator rollout.

Architecture in One Sentence

Mailygator is a license-bound and domain-bound module with protected update feed.

Technical Baseline

Component Minimum Note
PrestaShop 8.x compatible shop instance
PHP 8.1+ for production stability
Database MySQL/MariaDB compatible backups recommended
HTTPS required for license/update communication

Operating Preconditions

  • valid license key
  • correct shop domain
  • outbound access to license/update endpoint

Requirements

Columns
PrestaShop
9.x
Current target line for this MailyGator guide.
PHP
PrestaShop 9 recommends PHP 8.5
Supported PHP versions follow the official PrestaShop 9 compatibility chart.
MySQL / MariaDB
MySQL 5.7+ or MariaDB 10.2+
A current database release is recommended.
Apache / Nginx
Apache 2.4+ or Nginx 1.0+
Standard hosting baseline for PrestaShop 9.
JavaScript / Ajax
Native PrestaShop 9 runtime
No separate JS library or standalone Ajax version is required.
PHP extensions
curl, dom, fileinfo, gd, iconv, intl, json, mbstring, openssl, pdo_mysql, simplexml, zip
Matches the official PrestaShop 9 prerequisites.
PHP memory_limit
512M recommended
Official PrestaShop 9 recommendation.
Cronjob / HTTPS
Dedicated cronjob URL per shop
Needed for licensed shop checks and update calls.