2017 © Pedro Peláez
 

library transelot

A simple function that translitterate greek to latin based on iso 843

image

kanellov/transelot

A simple function that translitterate greek to latin based on iso 843

  • Monday, March 16, 2015
  • by kanellov
  • Repository
  • 1 Watchers
  • 1 Stars
  • 112 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

transelot

Build Status, (*1)

ISO 843 Transliteration greek to latin, (*2)

Installation

Install composer in your project:, (*3)

curl -s https://getcomposer.org/installer | php

Create a composer.json file in your project root:, (*4)

{
    "require": {
        "kanellov/transelot": "dev-master"
    }
}

Install via composer:, (*5)

php composer.phar install

Add this line to your application’s index.php file:, (*6)

<?php
require 'vendor/autoload.php';

System Requirements

You need PHP >= 5.3.2 and ext-mbstring installed., (*7)

Examples

<?php
$greek = 'Καλημέρα';
$latin = \Knlv\transelot($greek);
echo $latin;
// echoes Kalimera

$greek = 'Ευτυχία';
$latin = \Knlv\transelot($greek);
echo $latin;
// echoes Eftychia

The Versions

16/03 2015

dev-master

9999999-dev https://github.com/kanellov/transelot

A simple function that translitterate greek to latin based on iso 843

  Sources   Download

MIT

The Requires

  • ext-mbstring *
  • php >=5.3.2

 

The Development Requires

iso greek greeklish translitterate elot iso843 843

16/03 2015

0.1.0

0.1.0.0 https://github.com/kanellov/transelot

A simple function that translitterate greek to latin based on iso 843

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • ext-mbstring *

 

The Development Requires

iso greek greeklish translitterate elot iso843 843

16/03 2015

dev-develop

dev-develop https://github.com/kanellov/transelot

A simple function that translitterate greek to latin based on iso 843

  Sources   Download

MIT

The Requires

  • ext-mbstring *
  • php >=5.3.2

 

The Development Requires

iso greek greeklish translitterate elot iso843 843