Introduction
Thelia is an open source tool for creating e-business websites and managing online content. This software is published under LGPL.
caution
This is the documentaion for Thelia version >= 2.5.0, if you are using a previous version, check the Legacy documentation.
Compatibility
Thelia version | 2.3 | 2.4 | 2.5 |
---|---|---|---|
PHP | 5.5 / 5.6 / 7.0 / 7.1 | 7.0 / 7.1 / 7.2 / 7.3 | 8.0.2 / 8.1 / 8.2 |
MySQL | 5.5 / 5.6 | 5.5 / 5.6 / 5.7 | 5.6 / 5.7 / 8.0 |
Symfony | 2.8 | 2.8 | 6.0 / 6.3 |
Maintained | No | Security fixes only | 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