Download the PHP package lukemadhanga/php-transliterator without Composer
On this page you can find all versions of the php package lukemadhanga/php-transliterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukemadhanga/php-transliterator
More information about lukemadhanga/php-transliterator
Files in lukemadhanga/php-transliterator
Download lukemadhanga/php-transliterator
More information about lukemadhanga/php-transliterator
Files in lukemadhanga/php-transliterator
Vendor lukemadhanga
Package php-transliterator
Short Description A PHP < 5.4 fallback for transliterator_transliterate()
License
Package php-transliterator
Short Description A PHP < 5.4 fallback for transliterator_transliterate()
License
Please rate this library. Is it a good library?
Informations about the package php-transliterator
Transliterator
A PHP < 5.4 fallback for transliterator_transliterate()
composer require lukemadhanga/php-transliterator
PHP 5.4 has a built-in function, transliterator_transliterate()
which does exactly what it says on the tin. This class works as a basic fallback for that function which is available from PHP5.4 with the intl
package installed.
Supported Blocks
Basic Latin
Latin-1 Supplement
Latin Extended-A
Latin Extended-B
IPA Extensions Block
Spacing Modifier Letters
Combining Diacritical Marks
Greek and Coptic
Cyrillic
Cyrillic Supplement
Armenian
Georgian
Latin Extended Additional
Greek Extended
General Punctuation
Superscripts and Subscripts
Combining Diacritical Marks for Symbols
Georgian Supplement
Cyrillic Extended-A
Cyrillic Extended-B
Latin Extended-D
Usage
# If no composer:
include_once 'path/to/Transliterator.php';
echo \LukeMadhanga\Transliterator::convert('Antonín Dvořák'); // Antonin Dvorak
All versions of php-transliterator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package lukemadhanga/php-transliterator contains the following files
Loading the files please wait ....