Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T11:45:10.000Z (over 2 years ago)
- Last Synced: 2024-11-07T23:38:56.704Z (about 1 month 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
[![Build Status](https://github.com/mul14/terbilang-php/workflows/build/badge.svg)](https://github.com/mul14/terbilang-php/actions/workflows/build.yml)
[![Latest Stable Version](https://poser.pugx.org/nasution/terbilang/v/stable.svg)](https://packagist.org/packages/nasution/terbilang)
[![Total Downloads](https://poser.pugx.org/nasution/terbilang/downloads.svg)](https://packagist.org/packages/nasution/terbilang)
[![Latest Unstable Version](https://poser.pugx.org/nasution/terbilang/v/unstable.svg)](https://packagist.org/packages/nasution/terbilang)
[![License](https://poser.pugx.org/nasution/terbilang/license.svg)](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