Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 566 Bytes

readme.md

File metadata and controls

27 lines (21 loc) · 566 Bytes

##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...