dokas / transliteration
This class transliterates strings
v1.0.1
2017-11-13 08:00 UTC
Requires
- php: >=5.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-04 12:45:27 UTC
README
This class is used for strings transliteration
Install
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require --prefer-dist dokas/transliteration "*"
or add
"dokas/transliteration": "*"
to the require section of your composer.json file.