Download the PHP package piko/i18n without Composer
On this page you can find all versions of the php package piko/i18n. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor piko
Package i18n
Short Description A minimal internationalization component that can be used in a piko application or standalone.
License LGPL-3.0-or-later
Homepage https://github.com/piko-framework/i18n
Package i18n
Short Description A minimal internationalization component that can be used in a piko application or standalone.
License LGPL-3.0-or-later
Homepage https://github.com/piko-framework/i18n
Please rate this library. Is it a good library?
Informations about the package i18n
Piko I18n
A minimal internationalization component which can be used in a piko application or standalone.
Installation
It's recommended that you use Composer to install Piko I18n.
Usage
In order to use the I18n component, translations have to be stored in PHP files that return a key-value pair array of translations. Keys are strings to translate and values are corresponding translated strings.
Example of translation file fr.php :
Application structure example:
Usage in a piko application
index.php :
Usage in a standalone script
All versions of i18n with dependencies
PHP Build Version
Package Version
The package piko/i18n contains the following files
Loading the files please wait ....