PHPackages                             mr-ereke/kz\_number\_to\_words - 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. mr-ereke/kz\_number\_to\_words

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

mr-ereke/kz\_number\_to\_words
==============================

Kazakh-speaking stand-alone PHP number to words converter

v1.2.0(8mo ago)20909MITPHPPHP &gt;=8.3CI passing

Since Mar 27Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/Mr-Ereke/kz_number_to_words)[ Packagist](https://packagist.org/packages/mr-ereke/kz_number_to_words)[ RSS](/packages/mr-ereke-kz-number-to-words/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

PHP Number to words in kazakh language converter
================================================

[](#php-number-to-words-in-kazakh-language-converter)

[![Codecov kz_number_to_words](https://github.com/Mr-Ereke/kz_number_to_words/actions/workflows/ci.yml/badge.svg)](https://github.com/Mr-Ereke/kz_number_to_words/actions/workflows/ci.yml)[![buddy pipeline](https://camo.githubusercontent.com/b737606d593e2d8cf77925db7e48cb8c04342fb68c2198308b7db96d0b51b52b/68747470733a2f2f6170702e62756464792e776f726b732f657264696b39362f6b7a2d6e756d6265722d746f2d776f7264732f706970656c696e65732f706970656c696e652f3534313633362f62616467652e7376673f746f6b656e3d32353430373039323936303134313363373734313334633231383861616264373832373766623534356535343463386565383539396439343630363931363933 "buddy pipeline")](https://app.buddy.works/erdik96/kz-number-to-words/pipelines/pipeline/541636)[![codecov](https://camo.githubusercontent.com/29337cd0dcce83266ab057d0a47f7852754646682d9125dd4f48285bf3584058/68747470733a2f2f636f6465636f762e696f2f6769746875622f4d722d4572656b652f6b7a5f6e756d6265725f746f5f776f7264732f67726170682f62616467652e7376673f746f6b656e3d3250354e484c39344a35)](https://codecov.io/github/Mr-Ereke/kz_number_to_words)[![Maintainability](https://camo.githubusercontent.com/556c98ce2c8b4123fdf39af1f68b9a02b7401b713af29b32e20d1786be14180a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30363839336266393130333835323462343564302f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Mr-Ereke/kz_number_to_words/maintainability)[![Latest Stable Version](https://camo.githubusercontent.com/c70ff7e5e3e5f4a6ff13533f0756f34c044f76573d1bfc551da99d5efa942d6e/68747470733a2f2f706f7365722e707567782e6f72672f6d722d6572656b652f6b7a5f6e756d6265725f746f5f776f7264732f76)](//packagist.org/packages/mr-ereke/kz_number_to_words)[![License](https://camo.githubusercontent.com/d6cd640e583181c28cd53e77fa341b7f58c6574adefd6a783f5cbc8e211bad5f/68747470733a2f2f706f7365722e707567782e6f72672f6d722d6572656b652f6b7a5f6e756d6265725f746f5f776f7264732f6c6963656e7365)](//packagist.org/packages/mr-ereke/kz_number_to_words)[![Total Downloads](https://camo.githubusercontent.com/dc8aec6d544a47ea90309d5efb366099149df23fe69bede0b60d9d185733f2f8/68747470733a2f2f706f7365722e707567782e6f72672f6d722d6572656b652f6b7a5f6e756d6265725f746f5f776f7264732f646f776e6c6f616473)](//packagist.org/packages/mr-ereke/kz_number_to_words)

Welcome to `kz_number_to_words`, a PHP utility that convert number into kazakh word. This library allows you to convert a number to words in kazakh language.

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

[](#installation)

Add package to your composer.json by running:

```
$ composer require mr-ereke/kz_number_to_words "^1.2"

```

Usage
-----

[](#usage)

Need to create an instance of `KzNumberToWords` class and then call a method to get words;

### Example 1

[](#example-1)

```
use KzNumberToWords\KzNumberToWords;

// Создаем инстанс класса
$kzNumberToWords = new KzNumberToWords();

// (Optional) Можно засетить число передав обязательный параметр целочисленного типа (можно отрицательный)
$kzNumberToWords->setNumber(745123);
//Для конвертации вызываем метод "getWord", который возвращем строку
$kzNumberToWords->getWord(); // выведет "жеті жүз қырық бес мың бір жүз жиырма үш"
```

### Example 2

[](#example-2)

```
use KzNumberToWords\KzNumberToWords;
// Создаем инстанс класса
$kzNumberToWords = new KzNumberToWords();

//Можно сразу вызвать метод "getWord" передав число для конвертации
$kzNumberToWords->getWord(987123456); // выведет "тоғыз жүз сексен жеті миллион бір жүз жиырма үш мың төрт жүз елу алты"
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance61

Regular maintenance activity

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~813 days

Total

3

Last Release

245d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.4

v1.2.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fde0d66588ff55e60ef5fd7b9c6bf6a53468a7f56b66f1809698024d33eace8?d=identicon)[Ereke](/maintainers/Ereke)

---

Top Contributors

[![Mr-Ereke](https://avatars.githubusercontent.com/u/32038745?v=4)](https://github.com/Mr-Ereke "Mr-Ereke (75 commits)")

---

Tags

kazakh-numberkazakh-wordkz-converterkz-numberkz-wordnumber-to-wordsstringwordsnumbersnumbertokazakh

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mr-ereke-kz-number-to-words/health.svg)

```
[![Health](https://phpackages.com/badges/mr-ereke-kz-number-to-words/health.svg)](https://phpackages.com/packages/mr-ereke-kz-number-to-words)
```

###  Alternatives

[kwn/number-to-words

Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.

4235.0M21](/packages/kwn-number-to-words)[coduo/php-to-string

Simple library that converts PHP value into strings

27112.7M10](/packages/coduo-php-to-string)[hallindavid/manny

a package of manipulators that hopefully come in useful for those of us who always forget regex when we need it (manny is short for manipulation)

38103.3k2](/packages/hallindavid-manny)

PHPackages © 2026

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