https://github.com/mul14/terbilang-php
Convert numbers into words in Indonesian language
https://github.com/mul14/terbilang-php
convert-numbers indonesian-language php terbilang
Last synced: 2 months ago
JSON representation
Convert numbers into words in Indonesian language
- Host: GitHub
- URL: https://github.com/mul14/terbilang-php
- Owner: mul14
- License: wtfpl
- Created: 2014-11-10T04:57:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T11:45:10.000Z (about 3 years ago)
- Last Synced: 2025-02-01T23:51:06.083Z (2 months ago)
- Topics: convert-numbers, indonesian-language, php, terbilang
- Language: PHP
- Homepage: https://packagist.org/packages/nasution/terbilang
- Size: 17.6 KB
- Stars: 65
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Terbilang - Convert numbers into words in Indonesian language. (PHP)
- awesome-indonesia-repo - Terbilang - Convert numbers into words in Indonesian language. (PHP)
- awesome-vietnam-repo - Terbilang - Convert numbers into words in Indonesian language. (PHP)
README
# Terbilang
[](https://github.com/mul14/terbilang-php/actions/workflows/build.yml)
[](https://packagist.org/packages/nasution/terbilang)
[](https://packagist.org/packages/nasution/terbilang)
[](https://packagist.org/packages/nasution/terbilang)
[](https://github.com/mul14/terbilang-php/blob/master/LICENSE)Convert numbers into words (and vice-versa) in Indonesian language.
## Installation
Run [composer](http://getcomposer.org) command
```bash
composer require nasution/terbilang
```## Usage
Using the `terbilang()` and `tersebut()` helper:
```php