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
- Host: GitHub
- URL: https://github.com/evokelektrique/php-convert-numbers
- Owner: evokelektrique
- Created: 2022-01-02T15:08:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T08:59:57.000Z (over 4 years ago)
- Last Synced: 2025-05-20T07:31:39.698Z (about 1 year ago)
- Topics: number-converter, php-class
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
// یک میلیارد و بیست میلیون
```