Libraries
Most of these libraries can be used outside a Jelix project.
Library PhpRedis
Full PHP implementation of a connector to manage data into a redis database. Fork from Sash php-redis lib.
Use by the plugin php-redis pour Jelix.
Last version
2.0.1 (stable)
- Released on 01/11/2018
Library Simple localization
A simple class to manipulate localized messages.
It is simplier than jLocales but with less features. You can use it with any frameworks or applications.
Last version
1.7.2 (stable)
- Released on 10/13/2022
Library Locales tools
Command line tools to manage or convert locales of a Jelix application.
- convertion from properties format to PO or POT format
- convertion from PO format to properties format
Last version
1.1.0 (stable)
- Released on 01/07/2023
- Compatible Jelix 1.6 to Jelix 1.8
Library Webservice helper
The webservice helper does what the name says: helping you making a php class available as webservice. It generates the documentation, the webservice description file (WSDL) and handles errorhandling. It consists of three parts:
- extension of the PHP reflection classes to also parse the comments for information on parameter info and return values. The documentation and WSDL are generated from these classes.(see also documentation.php as an example)
- extension to the PHP SOAP implementation. It catches all normal exceptions and allows typehints in the webservice methods.
This library is a fork of the original project made by David Kingma, and is maintained by Laurent Jouanneau.
Last version
1.5.4 (stable)
- Released on 04/28/2022
Changelog
Compatibility with PHP 8.0 and 8.1