Skip to main content
Version: Thelia 2

Introduction

GitHub Workflow Status Scrutinizer code quality (GitHub/Bitbucket) GitHub Last commit GitHub Repo stars GitHub forks GitHub release (latest by date)

Thelia is an open-source e-commerce platform for creating online stores and managing content. Licensed under LGPL.

Looking for Thelia 3?

Thelia 3 introduces Twig front-office, full API Platform integration, LiveComponents, and a modern testing framework. Switch to the Thelia 3 tab in the version dropdown above.

caution

This documentation covers Thelia 2.6 (branch main). Earlier versions (2.3, 2.4) are no longer maintained.

Compatibility

Thelia version2.42.52.6
PHP7.0 / 7.1 / 7.2 / 7.38.0.2 / 8.1 / 8.28.2+
MySQL5.5 / 5.6 / 5.75.6 / 5.7 / 8.05.7 / 8.0+
Symfony2.86.0 / 6.36.4
MaintainedNoNoYes

Requirements

  • PHP
    • Required extensions :
      • PDO_Mysql
      • openssl
      • intl
      • gd
      • curl
      • dom
    • safe_mode off
    • memory_limit at least 128M, preferably 256M.
    • post_max_size 20M
    • upload_max_filesize 2M
    • date.timezone must be defined
  • Web Server Apache 2 or Nginx