ffy/greeklish

There is no license information available for the latest version (dev-master) of this package.

A package to turn greek words to greeklish

dev-master 2016-12-14 12:13 UTC

This package is not auto-updated.

Last update: 2024-05-25 17:44:08 UTC


README

##Greeklish

A simple laravel package that turns greek text to greeklish. This is for usage mainly on creating slugs.

###Installation:

Add to your composer.json:

"ffy/greeklish": "dev-master"

Execute on your console:

composer update

Append to your config/app.php aliases array:

'Greek' => ffy\greeklish\GreeklishFacade::class,

###usage:

Greek::convert('Ήρθε μια γριά από την πόλη και έφερε τον Χάση-χάση, παναγίτσα μου να χάσει!')

more to come...