Introduction
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 version | 2.4 | 2.5 | 2.6 |
|---|---|---|---|
| PHP | 7.0 / 7.1 / 7.2 / 7.3 | 8.0.2 / 8.1 / 8.2 | 8.2+ |
| MySQL | 5.5 / 5.6 / 5.7 | 5.6 / 5.7 / 8.0 | 5.7 / 8.0+ |
| Symfony | 2.8 | 6.0 / 6.3 | 6.4 |
| Maintained | No | No | Yes |
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
- Required extensions :
- Web Server Apache 2 or Nginx