定制 longman/kautilities 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

longman/kautilities

最新稳定版本:1.0.4

Composer 安装命令:

composer require longman/kautilities

包简介

PHP library for convert KA letters to LAT and back

README 文档

README

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

统计信息

  • 总下载量: 43
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-07