longman/kautilities
最新稳定版本:1.0.4
Composer 安装命令:
composer require longman/kautilities
包简介
PHP library for convert KA letters to LAT and back
README 文档
README
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: ა ბ გ დ
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-07