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

https://github.com/evokelektrique/php-convert-numbers

Convert english numbers into farsi words
https://github.com/evokelektrique/php-convert-numbers

number-converter php-class

Last synced: 10 months ago
JSON representation

Convert english numbers into farsi words

Awesome Lists containing this project

README

          

# php-convert-numbers

Convert english numbers into farsi words

# Usage

```php
require_once "./convert.php";

echo Convert::number_to_farsi(120000000);
// یک میلیارد و بیست میلیون
```