Download the PHP package koded/i18n without Composer
On this page you can find all versions of the php package koded/i18n. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor koded
Package i18n
Short Description Simple internationalization library with support for .po and .php translation files
License BSD-3-Clause
Homepage https://github.com/kodedphp/i18n/
Package i18n
Short Description Simple internationalization library with support for .po and .php translation files
License BSD-3-Clause
Homepage https://github.com/kodedphp/i18n/
Please rate this library. Is it a good library?
Informations about the package i18n
Koded - i18n
A simple internationalization library with support for .po and .php translation files.
composer require koded/i18n
Requirements
- intl
- gettext
Usage
Configuration
The I18n
class is static and should be configured
somewhere in the beginning of your PHP code/script.
Translation files
.po files
poedit
is a very good app to work with your translation files.
.php files
The translation file has a simple structure
where messages
contains key => value
pairs for the translated strings.
Code quality
License
The code is distributed under the terms of The 3-Clause BSD license.
All versions of i18n with dependencies
PHP Build Version
Package Version
The package koded/i18n contains the following files
Loading the files please wait ....