Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.42 KB

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: ა ბ გ დ