Plugins for Jelix components
Plugin Plugin Wikirenderer
A plugin for Jelix or Castor to render wiki content in a template.
It uses the library WikiRenderer.
Last version
1.7.4 (stable)
- Released on 04/29/2024
- Compatible Jelix 1.7 to Jelix 1.8
Plugin php-redis-plugin
This is a plugin fo jKVDb and jCache allowing storing data within a Redis database, using a pure PHP implementation of a Redis connector, PhpRedis. If you want to use the Redis extension of PHP, use the plugins bundled into Jelix.
This plugin is available outside Jelix since Jelix 1.7.
Last version
1.7.7 (stable)
- Released on 02/07/2021
- Compatible Jelix 1.7 to Jelix 1.8
Plugin jelix-lessphp-plugin
It seems this project is not maintained anymore.
This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily less dynamic stylesheet language in Jelix (using lessphp compiler).
To use it, your config file must activate lessphp plugin :
[jResponseHtml] plugins=lessphp
When including a file which should be processed by less (e.g. with addCSSLink()) you should set "stylesheet/less" for the "rel" param.
For more informations, see https://github.com/bricet/jelix-lessphp-plugin/blob/master/README.md
Last version
0.1 (alpha)
- Released on 09/16/2011
- Compatible Jelix 1.3
- Download : jelix-lessphp-plugin_0.1.zip
Changelog
First release.
Plugin Legacy jDb plugins
These are deprecated plugins for jDb since they use deprecated API of PHP. They are not bundled with Jelix since Jelix 1.7, and need Jelix 1.7+ to work.
Available plugins:
- sqlite (for sqlite 2.0, using deprecated sqlite_* php functions)
- mysql (using deprecated mysql_* php functions)
Last version
1.7.0 (mature)
- Released on 05/28/2015
- Compatible Jelix 1.7
Changelog
Release for Jelix 1.7
Plugin jelix-stylus-plugin
It seems this project is not maintained anymore.
This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily stylus dynamic stylesheet language in Jelix.
When including a Stylus file (e.g. with addCSSLink()) you should set 'stylus'=>true as a param.
For more information, see README on github.
Differences with jelix-stylusAssetic-plugin :
- this plugin does not rely on Assetic. This means PHP 5.3 is not necessary (it will run fine under PHP 5.2)
- this plugin should run under Windows with Windows-specific version of nodejs (tested with v0.5.7) BUT, under Windows, stylus plugins need to be placed under one of nodejs default plugin directory (aside node.exe should be fine). This is because of a PHP bug.
Last version
0.3 (stable)
- Released on 10/04/2011
- Compatible Jelix 1.3
- Download : jelix-stylus-plugin_0.3.zip
Changelog
Ajout de la possiblité d'utiliser une lib de Stylus, tel que "nib". Ceci se fait en utilisant le paramètre de configuration "stylus_libs".
Plugin jPhpsass
It seems this project is not maintained anymore.
A sub-plugin for CSSprepro. It allows an app to use SASS and/or SCSS files compilation through phpsass, which is a PHP implementation of Sass.
Last version
0.1 (stable)
- Released on 02/14/2013
- Compatible Jelix 1.5
- Download : jPhpsass-0.1.zip
Changelog
Une première version fonctionnelle. À noter : le zip de téléchargement, créé par GitHub ne contient pas phpsass, qui est un submodule Git. Il faudra soit vous le procurer par vous-même, soit faire un clone du dépot de jPhpsass.
Plugin CSSprepro
It seems this project is not maintained anymore.
An htmlresponse plugin for CSS pre-processing. This is meant to be used with sub-plugins.
Last version
0.1 (stable)
- Released on 02/14/2013
- Compatible Jelix 1.5
- Download : CSSprepro-0.1.zip
Changelog
First release. Just tested a few with jPhpsass.
Plugin jelix-stylusAssetic-plugin
It seems this project is not maintained anymore.
Last version
0.2 (alpha)
- Released on 09/23/2011
- Compatible Jelix 1.3
- Download : jelix-stylusAssetic-plugin_0.2.zip
Changelog
More options (node.js bin path & node.js modules path) : no need to change Assetic now ...
Plugin Sybase driver
It seems this project is not maintained anymore.
Last version
1.0b (alpha)
- Released on 05/23/2012
- Compatible Jelix 1.2
- Download : sybase-1.0b.zip
Changelog
Version experimentale. Merci de faire des retours sur https://github.com/jelix/jelix-contrib
Plugin jelix-techinfo-debugbar
It seems this project is not maintained anymore.
This debugbar plugin displays some technical informations : memory peak/limit, phpinfo() stuff
Last version
0.3 (stable)
- Released on 02/25/2013
- Compatible Jelix 1.5
- Download : jelix-techinfo-debugbar-0.3.zip
Changelog
Jelix 1.5 support (new way of getting config). Thanks to vdemonchy for his PR.