2amigos/yii2-transliterator-helper
Transliterator Helper for Yii2.
Maintainers
Package info
github.com/2amigos/yii2-transliterator-helper
Type:yii2-extension
pkg:composer/2amigos/yii2-transliterator-helper
Requires
- yiisoft/yii2: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause d43b5b58b55ef79bcaf092e70eaa30f458417dd5
- Antonio Ramirez <ramirez.cobos.woop@gmail.com>
This package is auto-updated.
Last update: 2023-08-16 03:03:35 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
TransliteratorHelper transliterates UTF-8 encoded text to US-ASCII.
For a Yii 1.* version, please check this other repository.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "2amigos/yii2-transliterator-helper:*"
or add
"2amigos/yii2-transliterator-helper": "*"
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:
use dosamigos\transliterator\TransliteratorHelper;
// will echo AAAAAAAECEEEEIIIIDNOOOOOUUUUYssaaaaaaaeceeeeiiiidnooooouuuuyy
TransliteratorHelper::process('ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöùúûüýÿ', '', 'en');
👁 2amigOS!
Web development has never been so fun! www.2amigos.us
