PHPackages                             khanovaskola/cislo - 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. khanovaskola/cislo

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

khanovaskola/cislo
==================

Translates integers to words and vice versa

v1.5(11y ago)024[1 issues](https://github.com/KhanovaSkola/cislo/issues)MITPHP

Since Feb 16Pushed 11y ago2 watchersCompare

[ Source](https://github.com/KhanovaSkola/cislo)[ Packagist](https://packagist.org/packages/khanovaskola/cislo)[ RSS](/packages/khanovaskola-cislo/feed)WikiDiscussions master Synced 1mo ago

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

Cislo: Integer to czech word translator
=======================================

[](#cislo-integer-to-czech-word-translator)

[![Build Status](https://camo.githubusercontent.com/e57e8ed25595aaa8a7e9ef9064478bdae2b309cbbe3d68e4314a47543371a7f8/68747470733a2f2f7472617669732d63692e6f72672f4b68616e6f7661536b6f6c612f6369736c6f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KhanovaSkola/cislo)[![Downloads this Month](https://camo.githubusercontent.com/cd1293c3135b5f2a6afc0a3cfca5322c4c9573a94f99845158bdfb0fc5ef319f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4b68616e6f7661536b6f6c612f6369736c6f2e7376673f7374796c653d666c6174)](https://packagist.org/packages/KhanovaSkola/cislo)[![Stable version](https://camo.githubusercontent.com/ef345c5e6bac6277300a95a38519d4653cb14c5ed8f043213d6a9f22900b67da/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4b68616e6f7661536b6f6c612f6369736c6f2e7376673f7374796c653d666c6174)](https://packagist.org/packages/KhanovaSkola/cislo)[![HHVM Status](https://camo.githubusercontent.com/1bae42b439b105f670ca171ebc4655f88526ff54628ee5467cb5dc62363aac4a/687474703a2f2f696d672e736869656c64732e696f2f6868766d2f4b68616e6f7661536b6f6c612f6369736c6f2e7376673f7374796c653d666c6174)](http://hhvm.h4cc.de/package/KhanovaSkola/cislo)

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

[](#installation)

With composer:

```
composer require khanovaskola/cislo '@dev'
```

Usage
-----

[](#usage)

```
use KhanovaSkola\Cislo;

Cislo::parse('nula'); // 0
Cislo::parse('jedna'); // 1
Cislo::parse('jeden'); // 1
Cislo::parse('pětadvacet'); // 25
Cislo::parse('tisíc devět set dvacet pět'); // 1925
Cislo::parse('devatenáct set dvacet pět')); // 1925
Cislo::parse('jeden tisic devet set a dvacet pet'); // 1925
Cislo::parse('garble'); // KhanovaSkola\\InvalidArgumentException

Cislo::toWord(0); // nula
Cislo::toWord(1337); // tisíc tři sta třicet sedm
Cislo::toWord(3e8); // tři sta milionů
Cislo::toWord(1e9); // KhanovaSkola\\OutOfRangeException
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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 ~1 days

Total

6

Last Release

4096d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/474f4dd92229f3cfd2c618004b250e2a96ca31f4114c2a0f9c8fb66c65ed7764?d=identicon)[Mikulas](/maintainers/Mikulas)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/khanovaskola-cislo/health.svg)

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

###  Alternatives

[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M575](/packages/nette-php-generator)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89152.7M320](/packages/nette-robot-loader)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[nette/component-model

⚛ Nette Component Model

28516.5M90](/packages/nette-component-model)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[contributte/di

Extra contrib to nette/di

465.8M18](/packages/contributte-di)

PHPackages © 2026

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