2017 © Pedro Peláez
 

library transliterator

Transliterator is a PHP library for text transliteration.

image

umpirsky/transliterator

Transliterator is a PHP library for text transliteration.

  • Saturday, February 10, 2018
  • by umpirsky
  • Repository
  • 4 Watchers
  • 49 Stars
  • 12,597 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 3 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

symfony upgrade fixertwig gettext extractorwisdomcentipedepermissions handlerextraloadgravatarlocurrocountry listtransliterator , (*1)

Transliterator Build Status

Transliterator is a PHP library for text transliteration., (*2)

Transliteration is a subset of the science of hermeneutics. It is a form of translation, and is the practice of converting a text from one script into another., (*3)

Basic Usage

<?php
$transliterator = new Transliterator(Settings::LANG_RU);
$transliterator->cyr2Lat('Русский');                        // 'Russkij'
$transliterator->lat2Cyr('Russkij');                        // 'Русский'

$transliterator->setLang(Settings::LANG_SR);
$transliterator->cyr2Lat('Ниш');                            // 'Niš'
$transliterator->lat2Cyr('Niš');                            // 'Ниш'

Languages and Transliteration Systems Supported

  • Russian
    • ISO R 9 1968
    • GOST 1971 (GOST 16876-71 table 2)
    • GOST 1983
    • GOST 2000 (GOST 7.79-2000, system B; ISO (1995))
    • GOST 2002
    • ALA LC
    • British Standard
    • BGN PCGN
    • Passport 2003
  • Serbian
  • Macedonian
    • ISO 9 1995
    • BGN PCGN
    • ISO 9 R 1968 National Academy
    • ISO 9 R 1968 b
  • Belarusian
    • ALA LC
    • BGN PCGN
    • ISO 9
    • National 2000
  • Ukrainian
    • ALA LC
    • British
    • BGN PCGN
    • ISO 9
    • National
    • GOST 1971
    • GOST 1986
    • Derzhstandart 1995
    • Passport 2004
    • Passport 2007
    • Passport 2010
  • Greek
  • Bulgarian

The Versions

10/02 2018

dev-master

9999999-dev

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Саша Стаменковић

12/03 2016

v0.1.0

0.1.0.0

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Саша Стаменковић