PHPackages                             kanellov/transelot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kanellov/transelot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kanellov/transelot
==================

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

0.1.0(11y ago)32.6k3[1 PRs](https://github.com/kanellov/transelot/pulls)1MITPHPPHP &gt;=5.3.2

Since Mar 16Pushed 3y ago3 watchersCompare

[ Source](https://github.com/kanellov/transelot)[ Packagist](https://packagist.org/packages/kanellov/transelot)[ Docs](https://github.com/kanellov/transelot)[ RSS](/packages/kanellov-transelot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

transelot
=========

[](#transelot)

[![Build Status](https://camo.githubusercontent.com/aeeff042afa5bded81d68406f5083fa449cf4965dd4a8f2748a7295782d1c701/68747470733a2f2f7472617669732d63692e6f72672f6b616e656c6c6f762f7472616e73656c6f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kanellov/transelot)

ISO 843 Transliteration greek to latin

Installation
------------

[](#installation)

Install composer in your project:

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

```

Create a composer.json file in your project root:

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

```

Install via composer:

```
php composer.phar install

```

Add this line to your application’s index.php file:

```
