2017 © Pedro PelΓ‘ez
 

library transliterator

Transliterator is a PHP library for text transliteration.

image

artemiso/transliterator

Transliterator is a PHP library for text transliteration.

  • Sunday, October 16, 2016
  • by sadikoff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Transliterator Build Status

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

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., (*2)

Instalation

This library is available on Packagist. The recommended way to install it is through Composer:, (*3)

$ composer require koff/transliterator

Then include Composer’s autoloader:, (*4)

require_once 'vendor/autoload.php';

Basic Usage

Native example

use Koff\Transliterator\Transliterator;
use Koff\Transliterator\Mapping\Lang;

// Initialize transliteration class
$ts = new Transliterator(Lang\RU\Scholarly::class);
echo $ts->toTranslit('Русский');                              // 'Russkij'

// Load another mapping
$ts->useMapping(Lang\SR\Scholarly::class);
echo $ts->toTrasnlit('Ниш');                                  // 'Niő'

// Temporary override mapping
echo $ts->toTrasnlit('ВранслитСрация', Lang\RU\Scholarly::class);   // 'Transliteracija'

Symfony example:

TODO!, (*5)

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 1997
    • Passport 2010
  • 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

16/10 2016

dev-master

9999999-dev http://transliterator.artemi.so/

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π‘Π°Π΄ΠΈΠΊΠΎΠ²

16/10 2016

2.0.1

2.0.1.0 http://transliterator.artemi.so/

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π‘Π°Π΄ΠΈΠΊΠΎΠ²

09/03 2016

2.0.0

2.0.0.0

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π‘Π°Π΄ΠΈΠΊΠΎΠ²

29/12 2015

1.0.5

1.0.5.0

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π‘Π°Π΄ΠΈΠΊΠΎΠ²
by Баша Π‘Ρ‚Π°ΠΌΠ΅Π½ΠΊΠΎΠ²ΠΈΡ›

28/12 2015

1.0.0

1.0.0.0

Transliterator is a PHP library for text transliteration.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π‘Π°Π΄ΠΈΠΊΠΎΠ²
by Баша Π‘Ρ‚Π°ΠΌΠ΅Π½ΠΊΠΎΠ²ΠΈΡ›