Trace: • 1.8
Table of Contents
Jelix 1.8 ¶
The latest release of the 1.8 branch is 1.8.10.
Licence ¶
Jelix is available under the LGPL licence. So you are free to install, to use, to modify and to distribute them. You can also use them to develop an application which is not free, although Jelix remains free and should be always redistributed under the terms of the LGPL licence.
Support ¶
- First release: April 2023.
- Active support until December 2026.
- Security support until December 2027.
PHP compatibility ¶
This version is compatible from PHP 7.4 to 8.3.
Download and installation ¶
To install Jelix, you should use Composer. Create a composer.json file, declare the jelix/jelix
package or the jelix/jelix-standard
package (it has more modules), with the version 1.8.10, and launch Composer to install the package. See the manual for details: Creating an application.
For example:
mkdir mynewproject cd mynewproject composer init composer require "jelix/jelix-standard:~1.8.8"
If you prefer to install Jelix with a traditional zip/tar.gz package, click on the following link:
- jelix-1.8.10.tar.gz / 2.2 MB (zip / 3.4 MB)
This package contains Jelix and all vendors librairies (not need to install Composer).
important: when you update jelix, don’t forget to clean your application temp directory.
Documentation ¶
- Autres documentations (manuels, tutoriels, références API..)
- jelix-1.8.10-apidoc_html.zip / 6 MB
Locales ¶
Jelix packages provide only english and french translations.
To install other languages, download lang packages from https://download.jelix.org/jelix/langpacks/jelix-1.8/ .
Unzip them into app/locales/
directory of the Jelix application you develop, or into var/locales
of a Jelix application you installed, as a user.