Quick links: Content - sections - sub sections
EN fr

Plugins for Jelix components

Plugin php-redis-plugin

by Laurentj

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.

Referenced by laurentj

Last version

1.7.7 (stable)
  • Released on 02/07/2021
  • Compatible Jelix 1.7 to Jelix 1.8

Plugin Plugin Wikirenderer

by LaurentJ

A plugin for Jelix or Castor to render wiki content in a template.

It uses the library WikiRenderer.

Referenced by laurentj

Last version

1.7.3 (stable)
  • Released on 09/07/2019
  • Compatible Jelix 1.7 to Jelix 1.8

Plugin jelix-lessphp-plugin

by Brice TENCÉ

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)
Changelog

First release.

Plugin Legacy jDb plugins

by Laurentj

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)
Referenced by laurentj

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

by Brice TENCÉ

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)
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

by Brice TENCÉ

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)
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

by Brice TENCÉ

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)
Changelog

First release. Just tested a few with jPhpsass.

Plugin jelix-stylusAssetic-plugin

by Brice TENCÉ

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 (using Assetic).

When including a Stylus file (e.g. with addCSSLink()) you should set 'stylus'=>true as a param.

For more information, see README on github.

Last version

0.2 (alpha)
Changelog

More options (node.js bin path & node.js modules path) : no need to change Assetic now ...

Plugin Sybase driver

by Xavier Martin-Prével

It seems this project is not maintained anymore.

An experimental driver for Sybase database

Referenced by laurentj

Last version

1.0b (alpha)
Changelog

Version experimentale. Merci de faire des retours sur https://github.com/jelix/jelix-contrib

Plugin jelix-techinfo-debugbar

by Brice TENCÉ

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)
Changelog

Jelix 1.5 support (new way of getting config). Thanks to vdemonchy for his PR.