PHPackages                             ozgeris/kznumspell - 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. ozgeris/kznumspell

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

ozgeris/kznumspell
==================

Package for spelling number in kazakh language

0.1(8y ago)115MITPHPPHP &gt;=7.0

Since Nov 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kanatkubash/kznumspell)[ Packagist](https://packagist.org/packages/ozgeris/kznumspell)[ RSS](/packages/ozgeris-kznumspell/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Number spelling for Kazakh language
===================================

[](#number-spelling-for-kazakh-language)

This PHP library can be used to spell number into text in kazakh language. Typical usage scenarion is bank invoices Maximum supported up to 10^21

### Usage

[](#usage)

1. Install using composer `composer require ozgeris/kznumspell` and run dump autoload
2. Include `KzNumSpell.php` directly

### PHP version &gt;= 7.0

[](#php-version--70)

### Example

[](#example)

```
use KzNumSpell\KzNumSpell;

$speller = new KzNumSpell;
$speller->spell(10456);
$speller->spell('123 456 789');
```

### Running tests

[](#running-tests)

Library uses phpunit for testing. Tests are in folder `tests`

`phpunit tests\Spelltest.php`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3101d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78dd2ff7c021454f55a74ba1309ffd4d1aa1ffb0837c9c2d893336aaf523d679?d=identicon)[ozgeris](/maintainers/ozgeris)

---

Top Contributors

[![kanatkubash](https://avatars.githubusercontent.com/u/5927933?v=4)](https://github.com/kanatkubash "kanatkubash (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ozgeris-kznumspell/health.svg)

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

###  Alternatives

[joshribakoff/php-csv-utils

php-csv-utils

1143.8k1](/packages/joshribakoff-php-csv-utils)

PHPackages © 2026

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