Download the PHP package sbs/yii2-transliterator-helper without Composer
On this page you can find all versions of the php package sbs/yii2-transliterator-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sbs/yii2-transliterator-helper
More information about sbs/yii2-transliterator-helper
Files in sbs/yii2-transliterator-helper
Download sbs/yii2-transliterator-helper
More information about sbs/yii2-transliterator-helper
Files in sbs/yii2-transliterator-helper
Vendor sbs
Package yii2-transliterator-helper
Short Description The transliterator helper for the Yii 2 framework
License BSD-3-Clause
Homepage https://github.com/koftikes/yii2-transliterator-helper
Package yii2-transliterator-helper
Short Description The transliterator helper for the Yii 2 framework
License BSD-3-Clause
Homepage https://github.com/koftikes/yii2-transliterator-helper
Please rate this library. Is it a good library?
Informations about the package yii2-transliterator-helper
Transliterator Helper for Yii 2
Transliterator Helper transliterates UTF-8 encoded text to US-ASCII.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your application's composer.json
file.
Usage
Pass to the method process()
the UTF-8 encoded string you wish to transliterate:
You can use it as application behavior:
Since version 0.3 you can use SlugInput widget:
Configurations:
You need a registration controller in your main config file in section controllerMap
:
Like a widget:
Like an ActiveForm widget:
That's all. Enjoy.
All versions of yii2-transliterator-helper with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0
The package sbs/yii2-transliterator-helper contains the following files
Loading the files please wait ....