Quick links: Content - sections - sub sections
EN FR

Trace: independent-components

Wiki: Sitemap - Recent Changes - Back link

Independent components

Some components of Jelix are available separately and usable without Jelix. Install them via Composer, from http://packagist.org. Some of these packages are automatically installed by the package jelix/jelix.

The template engine jTpl

jTpl is based on the Castor template engine (since Jelix 1.7)

composer require "jelix/castor"

Database abstract layer

The library JelixDatabase is an external version of jDb. It will be used in futur version of Jelix.

composer require "jelix/database"

The profile system is also available : JelixProfiles

composer require "jelix/profiles"

Ini files

Classes to read and write ini file (by preserving comments), can be installed with the package jelix/inifile

composer require "jelix/inifile"

Version comparator

To parse and compare versions with Composer expressions, you can use the package jelix/version

composer require "jelix/version"

Properties files

Jelix 1.7+ is using the library properties-file to read an write properties files, used for locales.

composer require "jelix/properties-file"

Other libraries

en/independent-components.txt · Last modified: 2020/08/04 10:02 by laurent
Recent changes RSS feed Creative Commons License