PHPackages                             longman/kautilities - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. longman/kautilities

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

longman/kautilities
===================

PHP library for convert KA letters to LAT and back

1.0.4(11y ago)4431MITPHPPHP &gt;=5.0.0

Since May 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/akalongman/kautilities)[ Packagist](https://packagist.org/packages/longman/kautilities)[ Docs](https://github.com/akalongman/kautilities)[ RSS](/packages/longman-kautilities/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Kautilities
===========

[](#kautilities)

[![Join the chat at https://gitter.im/akalongman/kautilities](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/akalongman/kautilities?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://camo.githubusercontent.com/771dfb9a71cf4736f9df66ba0ffb60107746c80617e12248e2f4bd21dbf2e39c/68747470733a2f2f7472617669732d63692e6f72672f616b616c6f6e676d616e2f6b617574696c69746965732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/akalongman/kautilities)[![Latest Stable Version](https://camo.githubusercontent.com/d4bae1baaee8241dd7e05f611e1a77b67e9ce9de0fbaa147375514eca96cc318/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c6f6e676d616e2f4b617574696c69746965732e737667)](https://packagist.org/packages/longman/kautilities)[![Total Downloads](https://camo.githubusercontent.com/3f45545c5ba3682d7c309cefbcd810771c57a2defc19bc75fb5addf57f4f0cc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c6f6e676d616e2f4b617574696c69746965732e737667)](https://packagist.org/packages/longman/kautilities)[![Downloads Month](https://camo.githubusercontent.com/fa875870eee23c95763265cb4f74228bacd9f1683551ae2b3f64d5842d1071b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4c6f6e676d616e2f4b617574696c69746965732e737667)](https://packagist.org/packages/longman/kautilities)[![License](https://camo.githubusercontent.com/27ec30815a1ec2a81fd370ac72faa5619a11439789fa1613c6c91158f7b17049/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c6f6e676d616e2f4b617574696c69746965732e737667)](https://packagist.org/packages/longman/kautilities)

PHP class for convert KA letters to LAT and back

Installation
------------

[](#installation)

Install this package through [Composer](https://getcomposer.org/). 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
-----

[](#usage)

```
use Longman\Kautilities\Converter;

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

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

4029d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce7f33760f36c96e98898e3c61da6d9be21cbccc37cf628005d6076d09a7720d?d=identicon)[LONGMAN](/maintainers/LONGMAN)

---

Top Contributors

[![akalongman](https://avatars.githubusercontent.com/u/423050?v=4)](https://github.com/akalongman "akalongman (27 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![xxzefgh](https://avatars.githubusercontent.com/u/6980903?v=4)](https://github.com/xxzefgh "xxzefgh (1 commits)")

---

Tags

stringconverterutilitiestranslitkageorgia

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/longman-kautilities/health.svg)

```
[![Health](https://phpackages.com/badges/longman-kautilities/health.svg)](https://phpackages.com/packages/longman-kautilities)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[matthiasmullie/path-converter

Relative path converter

10229.6M7](/packages/matthiasmullie-path-converter)[opis/string

Multibyte strings as objects

7420.9M7](/packages/opis-string)[phootwork/lang

Missing PHP language constructs

1224.8M8](/packages/phootwork-lang)[clausnz/php-helpers

A Collection of useful php helper functions.

388.7k](/packages/clausnz-php-helpers)[thunderer/numbase

Convert any number between arbitrary bases

242.3k](/packages/thunderer-numbase)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
