Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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