akalongman / kautilities

PHP class for convert KA letters to LAT and back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kautilities

Join the chat at https://gitter.im/akalongman/kautilities

Build Status Latest Stable Version Total Downloads Downloads Month License

PHP class for convert KA letters to LAT and back

Installation

Install this package through Composer. Edit your project's composer.json file to require longman/kautilities.

"require": {
    "longman/kautilities": "~1.0"
}

Or run a command in your command line:

composer require longman/kautilities

Usage

use Longman\Kautilities\Converter;

echo Converter::kaToLat('ა ბ გ დ');    // output: a b g d

echo Converter::latToKa('a b g d');    // output: ა ბ გ დ

About

PHP class for convert KA letters to LAT and back

License:MIT License


Languages

Language:PHP 100.0%